summaryrefslogtreecommitdiffhomepage
path: root/src/head.gsp
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-29 22:39:48 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-10-29 22:39:48 +0100
commit9cad508b5c98ca1029460807249cafb712f28f1e (patch)
tree2ad62d1ca57b7dc691550865cb7fb0b55c26da34 /src/head.gsp
parentc88b4c2d0842dfbb32fa744dde781601b9e4e7cf (diff)
Migrate the site to GSP and a Makefile
Diffstat (limited to 'src/head.gsp')
-rw-r--r--src/head.gsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/head.gsp b/src/head.gsp
new file mode 100644
index 0000000..2763445
--- /dev/null
+++ b/src/head.gsp
@@ -0,0 +1,4 @@
+meta charset="utf-8" {}
+meta name="viewport" content="width=device-width, initial-scale=1" {}
+link rel="shortcut icon" type="image/svg" href="/favicon.svg" {}
+link rel="stylesheet" type="text/css" href="/style.css" {}