diff options
| author | Mark Otto <[email protected]> | 2011-09-13 09:35:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-13 09:35:43 -0700 |
| commit | 1d50fa77e43be353d522c19a5b955b7819388fca (patch) | |
| tree | 28d9fdae57121dc6daf4caa03e42c896b17ea646 /docs/index.html | |
| parent | bc2ae90e3adde3ddb86c02b353b8c1048cdcef8f (diff) | |
| download | bootstrap-1d50fa77e43be353d522c19a5b955b7819388fca.tar.xz bootstrap-1d50fa77e43be353d522c19a5b955b7819388fca.zip | |
adding quick and dirty favicons and touch icons for iOS
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index c8d5d81ef..fe372e0ef 100644 --- a/docs/index.html +++ b/docs/index.html @@ -27,10 +27,10 @@ <script src="assets/js/application.js"></script> <!-- Le fav and touch icons --> - <link rel="shortcut icon" href="images/favicon.ico"> - <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> - <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> - <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> + <link rel="shortcut icon" type="image/x-icon" href="assets/ico/favicon.ico"> + <link rel="apple-touch-icon" href="assets/ico/bootstrap-apple-57x57.png"> + <link rel="apple-touch-icon" sizes="72x72" href="assets/ico/bootstrap-apple-72x72.png"> + <link rel="apple-touch-icon" sizes="114x114" href="assets/ico/bootstrap-apple-114x114.png"> </head> <body> |
