LoginSignup
2
1

faviconとホーム画面アイコンを作る

Last updated at Posted at 2018-10-11

1.180x180のpng画像作成
2.下記サイトを使用してマルチicoを作成
https://ao-system.net/favicongenerator/
3.metaに記入

<link rel="shortcut icon" href="https://XXXX.com/favicon.ico" type="image/vnd.microsoft.icon">
<link rel="icon" href="https://XXXX.com/favicon.ico" type="image/vnd.microsoft.icon">
<link rel="apple-touch-icon" href="https://XXXX.com/webclipicon.png">
2
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1