summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-09-21 16:52:31 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-09-21 16:53:15 +0200
commit30b1e404b7630d55f1e20a0402e097b46c8e710d (patch)
tree750dd7cde01f99b09072352b6ac023d106290651
parentbd2347b57b60aed3abf86c753b22f4aa4eadc74d (diff)
feat(bahnhofshalle): add favicon
-rw-r--r--bahnhofshalle/favicon.icobin0 -> 1150 bytes
-rw-r--r--default.nix1
2 files changed, 1 insertions, 0 deletions
diff --git a/bahnhofshalle/favicon.ico b/bahnhofshalle/favicon.ico
new file mode 100644
index 0000000..39a30ac
--- /dev/null
+++ b/bahnhofshalle/favicon.ico
Binary files differdiff --git a/default.nix b/default.nix
index 15808ba..9236b3f 100644
--- a/default.nix
+++ b/default.nix
@@ -140,6 +140,7 @@ rec {
       installPhase = ''
         install -Dm644 -t $out index.html
         install -Dm644 -t $out openlab-logo.png
+        install -Dm644 -t $out favicon.ico
         install -Dm644 -t $out main.js
         install -Dm644 -t $out style.css
       '';