aboutsummaryrefslogtreecommitdiff
path: root/src/templates/header.html
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-11-22 19:37:10 -0600
committerMark Powers <markppowers0@gmail.com>2020-11-22 19:37:10 -0600
commitc18dd9ef6c9b3407862db7f01372bc65bb1c3721 (patch)
treee4dfd6e1dfb744b0266b97679059712875ef741c /src/templates/header.html
parent63668ca89f055b2233a8aa6caf4213853918d68d (diff)
Add svg favicon
Diffstat (limited to 'src/templates/header.html')
-rw-r--r--src/templates/header.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/templates/header.html b/src/templates/header.html
new file mode 100644
index 0000000..2ceebfd
--- /dev/null
+++ b/src/templates/header.html
@@ -0,0 +1,5 @@
+<meta charset="UTF-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+<link rel="icon" href="/favicon.svg">
+<link rel="alternate icon" href="/favicon.ico">
+