Add favicon and touch icons
parent
c3228abf89
commit
6f9a0752f4
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 905 B |
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
|
@ -13,20 +13,21 @@
|
|||
<!-- Fallback to homescreen for Chrome <39 on Android -->
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="application-name" content="Material Design Lite">
|
||||
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
|
||||
<link rel="icon" sizes="192x192" href="{{page.include_prefix}}assets/android-desktop.png">
|
||||
|
||||
<!-- Add to homescreen for Safari on iOS -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="apple-mobile-web-app-title" content="Material Design Lite">
|
||||
<link rel="apple-touch-icon" href="images/touch/apple-touch-icon.png">
|
||||
<link rel="apple-touch-icon" href="{{page.include_prefix}}assets/ios-desktop.png">
|
||||
|
||||
<!-- Tile icon for Win8 (144x144 + tile color) -->
|
||||
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
|
||||
<meta name="msapplication-TileColor" content="#3372DF">
|
||||
<!-- TODO: Tile icon for Win8 (144x144 + tile color) -->
|
||||
<!-- <meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png"> -->
|
||||
<!-- <meta name="msapplication-TileColor" content="#3372DF"> -->
|
||||
|
||||
<meta name="theme-color" content="#3372DF">
|
||||
<meta name="theme-color" content="#263238">
|
||||
|
||||
<link rel="shortcut icon" href="{{page.include_prefix}}assets/favicon.png" />
|
||||
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
|
||||
<!--
|
||||
<link rel="canonical" href="http://www.example.com/">
|
||||
|
|
Loading…
Reference in New Issue