summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-09-23 13:41:53 +0200
committersternenseemann <git@lukasepple.de>2020-11-24 14:31:03 +0100
commit4c87ceed34a133ee260334124df23c05dcf9152f (patch)
treef6ff47ea761dca7519bf9592000f102adb8bfe49
parent93f5965bd8b964f2fca05356f949b3a474e9c510 (diff)
fix(bahnhofshalle): include favicon
-rw-r--r--bahnhofshalle/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/bahnhofshalle/index.html b/bahnhofshalle/index.html
index 61413ed..c8c3b2c 100644
--- a/bahnhofshalle/index.html
+++ b/bahnhofshalle/index.html
@@ -4,6 +4,7 @@
     <meta charset="utf-8">
     <title>flipdot-gschichtler</title>
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="icon" href="/favicon.ico">
     <link rel="stylesheet" href="style.css" type="text/css">
     <script src="main.es6"></script>
   </head>