From e918b00b06e3fdf58d483d244084f0cf5dc8ee27 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 3 Apr 2018 21:23:28 -0400 Subject: attempting to fix --- pokeworld/about/index.html | 8 ++++---- pokeworld/browserconfig.xml | 2 +- pokeworld/index.html | 8 ++++---- pokeworld/pokebot/commands/index.html | 8 ++++---- pokeworld/pokebot/index.html | 8 ++++---- pokeworld/rules/index.html | 8 ++++---- pokeworld/site.webmanifest | 4 ++-- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/pokeworld/about/index.html b/pokeworld/about/index.html index 075cf96..6465efc 100644 --- a/pokeworld/about/index.html +++ b/pokeworld/about/index.html @@ -6,10 +6,10 @@ PokeWorld | About - - - - + + + + diff --git a/pokeworld/browserconfig.xml b/pokeworld/browserconfig.xml index e8b57e5..737bee4 100644 --- a/pokeworld/browserconfig.xml +++ b/pokeworld/browserconfig.xml @@ -2,7 +2,7 @@ - + #b91d47 diff --git a/pokeworld/index.html b/pokeworld/index.html index 627d75d..bc7a1ee 100644 --- a/pokeworld/index.html +++ b/pokeworld/index.html @@ -6,10 +6,10 @@ PokeWorld | Home - - - - + + + + diff --git a/pokeworld/pokebot/commands/index.html b/pokeworld/pokebot/commands/index.html index 5757e06..dae55cb 100644 --- a/pokeworld/pokebot/commands/index.html +++ b/pokeworld/pokebot/commands/index.html @@ -6,10 +6,10 @@ PokeWorld | Pokebot - - - - + + + + diff --git a/pokeworld/pokebot/index.html b/pokeworld/pokebot/index.html index e1f662c..a2feb27 100644 --- a/pokeworld/pokebot/index.html +++ b/pokeworld/pokebot/index.html @@ -6,10 +6,10 @@ PokeWorld | Pokebot - - - - + + + + diff --git a/pokeworld/rules/index.html b/pokeworld/rules/index.html index 573a956..ad8f202 100644 --- a/pokeworld/rules/index.html +++ b/pokeworld/rules/index.html @@ -6,10 +6,10 @@ PokeWorld | Rules - - - - + + + + diff --git a/pokeworld/site.webmanifest b/pokeworld/site.webmanifest index a1553eb..a9e5059 100644 --- a/pokeworld/site.webmanifest +++ b/pokeworld/site.webmanifest @@ -3,12 +3,12 @@ "short_name": "", "icons": [ { - "src": "/android-chrome-192x192.png", + "src": "./android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/android-chrome-384x384.png", + "src": "./android-chrome-384x384.png", "sizes": "384x384", "type": "image/png" } -- cgit v1.2.3