aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-04-03 20:44:23 -0400
committerUnknown <jtsshieh@outlook.com>2018-04-03 20:44:23 -0400
commit695edaa1eff1c10f4a140f30089167f15b840d8a (patch)
tree8211cdd5e0fd3bb5ef8803f3477d280b9c5fe5ed
parentdc0213e86dd69ce28c617e7b3b909aab2c775d94 (diff)
downloadpokeworld-website-695edaa1eff1c10f4a140f30089167f15b840d8a.tar.gz
pokeworld-website-695edaa1eff1c10f4a140f30089167f15b840d8a.tar.bz2
pokeworld-website-695edaa1eff1c10f4a140f30089167f15b840d8a.zip
favicons
-rw-r--r--404.html8
-rw-r--r--favicon.icobin1406 -> 0 bytes
-rw-r--r--favicons/android-chrome-192x192.pngbin0 -> 34108 bytes
-rw-r--r--favicons/android-chrome-384x384.pngbin0 -> 101381 bytes
-rw-r--r--favicons/apple-touch-icon.pngbin0 -> 31104 bytes
-rw-r--r--favicons/browserconfig.xml9
-rw-r--r--favicons/favicon-16x16.pngbin0 -> 918 bytes
-rw-r--r--favicons/favicon-32x32.pngbin0 -> 2217 bytes
-rw-r--r--favicons/favicon.icobin0 -> 12014 bytes
-rw-r--r--favicons/mstile-150x150.pngbin0 -> 22942 bytes
-rw-r--r--favicons/site.webmanifest19
-rw-r--r--index.html8
12 files changed, 44 insertions, 0 deletions
diff --git a/404.html b/404.html
index 4ea10e6..b4df3d3 100644
--- a/404.html
+++ b/404.html
@@ -6,6 +6,14 @@
<meta name="viewport" content="width=device-width">
<title>Universe</title>
<link rel="stylesheet" href="./css/style.css">
+ <link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
+ <link rel="manifest" href="/favicons/site.webmanifest">
+ <link rel="shortcut icon" href="/favicons/favicon.ico">
+ <meta name="msapplication-TileColor" content="#603cba">
+ <meta name="msapplication-config" content="/favicons/browserconfig.xml">
+ <meta name="theme-color" content="#ffffff">
</head>
<body>
<header>
diff --git a/favicon.ico b/favicon.ico
deleted file mode 100644
index ee69bf2..0000000
--- a/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/favicons/android-chrome-192x192.png b/favicons/android-chrome-192x192.png
new file mode 100644
index 0000000..c8c055b
--- /dev/null
+++ b/favicons/android-chrome-192x192.png
Binary files differ
diff --git a/favicons/android-chrome-384x384.png b/favicons/android-chrome-384x384.png
new file mode 100644
index 0000000..333d3f2
--- /dev/null
+++ b/favicons/android-chrome-384x384.png
Binary files differ
diff --git a/favicons/apple-touch-icon.png b/favicons/apple-touch-icon.png
new file mode 100644
index 0000000..fae9c77
--- /dev/null
+++ b/favicons/apple-touch-icon.png
Binary files differ
diff --git a/favicons/browserconfig.xml b/favicons/browserconfig.xml
new file mode 100644
index 0000000..0f7880d
--- /dev/null
+++ b/favicons/browserconfig.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+ <msapplication>
+ <tile>
+ <square150x150logo src="/favicons/mstile-150x150.png"/>
+ <TileColor>#603cba</TileColor>
+ </tile>
+ </msapplication>
+</browserconfig>
diff --git a/favicons/favicon-16x16.png b/favicons/favicon-16x16.png
new file mode 100644
index 0000000..0969f25
--- /dev/null
+++ b/favicons/favicon-16x16.png
Binary files differ
diff --git a/favicons/favicon-32x32.png b/favicons/favicon-32x32.png
new file mode 100644
index 0000000..5a0ba32
--- /dev/null
+++ b/favicons/favicon-32x32.png
Binary files differ
diff --git a/favicons/favicon.ico b/favicons/favicon.ico
new file mode 100644
index 0000000..391c900
--- /dev/null
+++ b/favicons/favicon.ico
Binary files differ
diff --git a/favicons/mstile-150x150.png b/favicons/mstile-150x150.png
new file mode 100644
index 0000000..fcce91d
--- /dev/null
+++ b/favicons/mstile-150x150.png
Binary files differ
diff --git a/favicons/site.webmanifest b/favicons/site.webmanifest
new file mode 100644
index 0000000..79ad15d
--- /dev/null
+++ b/favicons/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/favicons/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/favicons/android-chrome-384x384.png",
+ "sizes": "384x384",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
diff --git a/index.html b/index.html
index bd72cc2..580a3ac 100644
--- a/index.html
+++ b/index.html
@@ -6,6 +6,14 @@
<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="/favicons/apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
+ <link rel="manifest" href="/favicons/site.webmanifest">
+ <link rel="shortcut icon" href="/favicons/favicon.ico">
+ <meta name="msapplication-TileColor" content="#603cba">
+ <meta name="msapplication-config" content="/favicons/browserconfig.xml">
+ <meta name="theme-color" content="#ffffff">
</head>
<body>
<header>