diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-04-03 21:20:42 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-04-03 21:20:42 -0400 |
| commit | 27b6a97ef72594baad4c692cd8c2b7986ed8f836 (patch) | |
| tree | a67f8cd806ac36041f728260a1fa572d070b416f /pokeworld/index.html | |
| parent | ee9ddac90cb33a467b5652c769356c93880bf8e2 (diff) | |
| download | pokeworld-website-27b6a97ef72594baad4c692cd8c2b7986ed8f836.tar.gz pokeworld-website-27b6a97ef72594baad4c692cd8c2b7986ed8f836.tar.bz2 pokeworld-website-27b6a97ef72594baad4c692cd8c2b7986ed8f836.zip | |
new icons lol
Diffstat (limited to 'pokeworld/index.html')
| -rw-r--r-- | pokeworld/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pokeworld/index.html b/pokeworld/index.html index 02a84d5..627d75d 100644 --- a/pokeworld/index.html +++ b/pokeworld/index.html @@ -6,6 +6,12 @@ <meta name="viewport" content="width=device-width"> <title>PokeWorld | 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"> + <meta name="msapplication-TileColor" content="#b91d47"> + <meta name="theme-color" content="#ffffff"> <meta property="og:image:width" content="279"> <meta property="og:image:height" content="279"> <meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. "> |
