From 27b6a97ef72594baad4c692cd8c2b7986ed8f836 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 3 Apr 2018 21:20:42 -0400 Subject: new icons lol --- pokeworld/about/index.html | 6 ++++++ pokeworld/android-chrome-192x192.png | Bin 0 -> 17317 bytes pokeworld/android-chrome-384x384.png | Bin 0 -> 45383 bytes pokeworld/apple-touch-icon.png | Bin 0 -> 10175 bytes pokeworld/browserconfig.xml | 9 +++++++++ pokeworld/favicon-16x16.png | Bin 0 -> 1114 bytes pokeworld/favicon-32x32.png | Bin 0 -> 1980 bytes pokeworld/favicon.ico | Bin 0 -> 15086 bytes pokeworld/index.html | 6 ++++++ pokeworld/mstile-150x150.png | Bin 0 -> 10011 bytes pokeworld/pokebot/commands/index.html | 6 ++++++ pokeworld/pokebot/index.html | 6 ++++++ pokeworld/rules/index.html | 6 ++++++ pokeworld/site.webmanifest | 19 +++++++++++++++++++ 14 files changed, 58 insertions(+) create mode 100644 pokeworld/android-chrome-192x192.png create mode 100644 pokeworld/android-chrome-384x384.png create mode 100644 pokeworld/apple-touch-icon.png create mode 100644 pokeworld/browserconfig.xml create mode 100644 pokeworld/favicon-16x16.png create mode 100644 pokeworld/favicon-32x32.png create mode 100644 pokeworld/favicon.ico create mode 100644 pokeworld/mstile-150x150.png create mode 100644 pokeworld/site.webmanifest diff --git a/pokeworld/about/index.html b/pokeworld/about/index.html index e2e58c4..075cf96 100644 --- a/pokeworld/about/index.html +++ b/pokeworld/about/index.html @@ -6,6 +6,12 @@ PokeWorld | About + + + + + + diff --git a/pokeworld/android-chrome-192x192.png b/pokeworld/android-chrome-192x192.png new file mode 100644 index 0000000..b78fe74 Binary files /dev/null and b/pokeworld/android-chrome-192x192.png differ diff --git a/pokeworld/android-chrome-384x384.png b/pokeworld/android-chrome-384x384.png new file mode 100644 index 0000000..7c1c210 Binary files /dev/null and b/pokeworld/android-chrome-384x384.png differ diff --git a/pokeworld/apple-touch-icon.png b/pokeworld/apple-touch-icon.png new file mode 100644 index 0000000..0a2cda2 Binary files /dev/null and b/pokeworld/apple-touch-icon.png differ diff --git a/pokeworld/browserconfig.xml b/pokeworld/browserconfig.xml new file mode 100644 index 0000000..e8b57e5 --- /dev/null +++ b/pokeworld/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #b91d47 + + + diff --git a/pokeworld/favicon-16x16.png b/pokeworld/favicon-16x16.png new file mode 100644 index 0000000..0a77569 Binary files /dev/null and b/pokeworld/favicon-16x16.png differ diff --git a/pokeworld/favicon-32x32.png b/pokeworld/favicon-32x32.png new file mode 100644 index 0000000..1c1a1aa Binary files /dev/null and b/pokeworld/favicon-32x32.png differ diff --git a/pokeworld/favicon.ico b/pokeworld/favicon.ico new file mode 100644 index 0000000..ba55d4b Binary files /dev/null and b/pokeworld/favicon.ico differ 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 @@ PokeWorld | Home + + + + + + diff --git a/pokeworld/mstile-150x150.png b/pokeworld/mstile-150x150.png new file mode 100644 index 0000000..5041799 Binary files /dev/null and b/pokeworld/mstile-150x150.png differ diff --git a/pokeworld/pokebot/commands/index.html b/pokeworld/pokebot/commands/index.html index d102958..5757e06 100644 --- a/pokeworld/pokebot/commands/index.html +++ b/pokeworld/pokebot/commands/index.html @@ -6,6 +6,12 @@ PokeWorld | Pokebot + + + + + + diff --git a/pokeworld/pokebot/index.html b/pokeworld/pokebot/index.html index 29baf60..e1f662c 100644 --- a/pokeworld/pokebot/index.html +++ b/pokeworld/pokebot/index.html @@ -6,6 +6,12 @@ PokeWorld | Pokebot + + + + + + diff --git a/pokeworld/rules/index.html b/pokeworld/rules/index.html index 277b3b4..573a956 100644 --- a/pokeworld/rules/index.html +++ b/pokeworld/rules/index.html @@ -6,6 +6,12 @@ PokeWorld | Rules + + + + + + diff --git a/pokeworld/site.webmanifest b/pokeworld/site.webmanifest new file mode 100644 index 0000000..a1553eb --- /dev/null +++ b/pokeworld/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} -- cgit v1.2.3