diff options
Diffstat (limited to 'pokeworld/about/index.html')
| -rw-r--r-- | pokeworld/about/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pokeworld/about/index.html b/pokeworld/about/index.html index 6465efc..0e9a459 100644 --- a/pokeworld/about/index.html +++ b/pokeworld/about/index.html @@ -6,10 +6,10 @@ <meta name="viewport" content="width=device-width"> <title>PokeWorld | About</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="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"> |
