diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-04-03 19:29:25 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-04-03 19:29:25 -0400 |
| commit | ecdbe2ba90e33f02d1ff6c2960eac6ad8fc17e8a (patch) | |
| tree | 380721de5dbc519f7a9e5a8287a2db1cfef0a37d /index.html | |
| parent | a3f477bed246e1cf4c5b24710de950f92f1b07c3 (diff) | |
| download | pokeworld-website-ecdbe2ba90e33f02d1ff6c2960eac6ad8fc17e8a.tar.gz pokeworld-website-ecdbe2ba90e33f02d1ff6c2960eac6ad8fc17e8a.tar.bz2 pokeworld-website-ecdbe2ba90e33f02d1ff6c2960eac6ad8fc17e8a.zip | |
trying the favicons
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ <meta name="viewport" content="width=device-width"> <title>Universe | Home</title> <link rel="stylesheet" href="./css/style.css"> + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> + <link rel="manifest" href="/site.webmanifest"> + <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> + <meta name="msapplication-TileColor" content="#da532c"> + <meta name="theme-color" content="#ffffff"> </head> <body> <header> |
