diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-04-03 20:44:23 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-04-03 20:44:23 -0400 |
| commit | 695edaa1eff1c10f4a140f30089167f15b840d8a (patch) | |
| tree | 8211cdd5e0fd3bb5ef8803f3477d280b9c5fe5ed | |
| parent | dc0213e86dd69ce28c617e7b3b909aab2c775d94 (diff) | |
| download | pokeworld-website-695edaa1eff1c10f4a140f30089167f15b840d8a.tar.gz pokeworld-website-695edaa1eff1c10f4a140f30089167f15b840d8a.tar.bz2 pokeworld-website-695edaa1eff1c10f4a140f30089167f15b840d8a.zip | |
favicons
| -rw-r--r-- | 404.html | 8 | ||||
| -rw-r--r-- | favicon.ico | bin | 1406 -> 0 bytes | |||
| -rw-r--r-- | favicons/android-chrome-192x192.png | bin | 0 -> 34108 bytes | |||
| -rw-r--r-- | favicons/android-chrome-384x384.png | bin | 0 -> 101381 bytes | |||
| -rw-r--r-- | favicons/apple-touch-icon.png | bin | 0 -> 31104 bytes | |||
| -rw-r--r-- | favicons/browserconfig.xml | 9 | ||||
| -rw-r--r-- | favicons/favicon-16x16.png | bin | 0 -> 918 bytes | |||
| -rw-r--r-- | favicons/favicon-32x32.png | bin | 0 -> 2217 bytes | |||
| -rw-r--r-- | favicons/favicon.ico | bin | 0 -> 12014 bytes | |||
| -rw-r--r-- | favicons/mstile-150x150.png | bin | 0 -> 22942 bytes | |||
| -rw-r--r-- | favicons/site.webmanifest | 19 | ||||
| -rw-r--r-- | index.html | 8 |
12 files changed, 44 insertions, 0 deletions
@@ -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 Binary files differdeleted file mode 100644 index ee69bf2..0000000 --- a/favicon.ico +++ /dev/null diff --git a/favicons/android-chrome-192x192.png b/favicons/android-chrome-192x192.png Binary files differnew file mode 100644 index 0000000..c8c055b --- /dev/null +++ b/favicons/android-chrome-192x192.png diff --git a/favicons/android-chrome-384x384.png b/favicons/android-chrome-384x384.png Binary files differnew file mode 100644 index 0000000..333d3f2 --- /dev/null +++ b/favicons/android-chrome-384x384.png diff --git a/favicons/apple-touch-icon.png b/favicons/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..fae9c77 --- /dev/null +++ b/favicons/apple-touch-icon.png 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 Binary files differnew file mode 100644 index 0000000..0969f25 --- /dev/null +++ b/favicons/favicon-16x16.png diff --git a/favicons/favicon-32x32.png b/favicons/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..5a0ba32 --- /dev/null +++ b/favicons/favicon-32x32.png diff --git a/favicons/favicon.ico b/favicons/favicon.ico Binary files differnew file mode 100644 index 0000000..391c900 --- /dev/null +++ b/favicons/favicon.ico diff --git a/favicons/mstile-150x150.png b/favicons/mstile-150x150.png Binary files differnew file mode 100644 index 0000000..fcce91d --- /dev/null +++ b/favicons/mstile-150x150.png 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" +} @@ -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> |
