参考http://www.02320.net/apple-touch-icon_for_android/
まず 152×152 png apple-touch-icon.pngを作成
http://ao-system.net/favicongenerator/index.php
ここにアップして
DL
favicon.ico が3種類はいっているのでそれを使う
1 2 3 | <link rel= "icon" href= "/favicon.ico" type= "image/vnd.microsoft.icon" > <link rel= "shortcut icon" href= "/favicon.ico" type= "image/vnd.microsoft.icon" > <link rel= "apple-touch-icon" sizes= "152x152" href= "/apple-touch-icon.png" > |
こいつをヘッダに
トップディレクトリにファイルをおく
MAMPでファビコンを確認したい場合
/Applications/MAMP/conf/apache/http.conf
の
Alias /favicon.ico “/Applications/MAMP/bin/favicon.ico”
↓
#Alias /favicon.ico “/Applications/MAMP/bin/favicon.ico”
を込めあ