aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-01-04 11:50:44 +0100
committerache <ache@ache.one>2018-01-04 11:50:44 +0100
commit925cb40c42c564eab23f2eb50cc073c90c070886 (patch)
tree9eb54ab60b616bfd13ebab689c7f509113ea3259
parentFix the download raw button (diff)
Change favicon
-rw-r--r--public/img/favicon.icobin0 -> 1094 bytes
-rw-r--r--public/img/favicon.pngbin2180 -> 0 bytes
-rw-r--r--public/index.html2
3 files changed, 1 insertions, 1 deletions
diff --git a/public/img/favicon.ico b/public/img/favicon.ico
new file mode 100644
index 0000000..ba2b618
--- /dev/null
+++ b/public/img/favicon.ico
Binary files differ
diff --git a/public/img/favicon.png b/public/img/favicon.png
deleted file mode 100644
index 93e729b..0000000
--- a/public/img/favicon.png
+++ /dev/null
Binary files differ
diff --git a/public/index.html b/public/index.html
index 7abfb82..3174635 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>markdown-viewer - 🐇</title>
- <link rel="icon" type="image/png" href="img/favicon.png" />
+ <link rel="icon" type="image/png" href="img/favicon.ico" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/script.js"></script>