aboutsummaryrefslogtreecommitdiff
path: root/favicon/README.md
diff options
context:
space:
mode:
authorAlex <alexta69@gmail.com>2019-11-29 20:16:58 +0200
committerAlex <alexta69@gmail.com>2019-11-29 20:16:58 +0200
commit9d6d4a2fb8983111b60831b11ab108c80283f6bf (patch)
tree4802d7126709aa6307302fd8d39f32bebc54d2f4 /favicon/README.md
parentinitial commit: working version (diff)
downloadmetube-9d6d4a2fb8983111b60831b11ab108c80283f6bf.tar.gz
metube-9d6d4a2fb8983111b60831b11ab108c80283f6bf.tar.bz2
metube-9d6d4a2fb8983111b60831b11ab108c80283f6bf.zip
add favicon
Diffstat (limited to 'favicon/README.md')
-rw-r--r--favicon/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/favicon/README.md b/favicon/README.md
new file mode 100644
index 0000000..439e228
--- /dev/null
+++ b/favicon/README.md
@@ -0,0 +1,23 @@
+# Your Favicon Package
+
+This package was generated with [RealFaviconGenerator](https://realfavicongenerator.net/) [v0.16](https://realfavicongenerator.net/change_log#v0.16)
+
+## Install instructions
+
+To install this package:
+
+Extract this package in <code>&lt;web site&gt;/favicon/</code>. If your site is <code>http://www.example.com</code>, you should be able to access a file named <code>http://www.example.com/favicon/favicon.ico</code>.
+
+Insert the following code in the `head` section of your pages:
+
+ <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
+ <link rel="manifest" href="/favicon/site.webmanifest">
+ <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#5bbad5">
+ <link rel="shortcut icon" href="/favicon/favicon.ico">
+ <meta name="msapplication-TileColor" content="#da532c">
+ <meta name="msapplication-config" content="/favicon/browserconfig.xml">
+ <meta name="theme-color" content="#ffffff">
+
+*Optional* - Check your favicon with the [favicon checker](https://realfavicongenerator.net/favicon_checker) \ No newline at end of file
bgstack15