aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-12-03 17:42:33 +0100
committerSimon Ser <contact@emersion.fr>2019-12-03 17:42:33 +0100
commitb7be271560d2c24c9811076a58f8b8c799292659 (patch)
treec34b2045ee8a08d70b03f05ef23ccd663dbe996a /public
parentc3fd390b1ab27026246724f02caef3cd2b1205f7 (diff)
downloadalps-b7be271560d2c24c9811076a58f8b8c799292659.tar.gz
alps-b7be271560d2c24c9811076a58f8b8c799292659.zip
Add empty CSS stylesheet
References: https://todo.sr.ht/~sircmpwn/koushin/19
Diffstat (limited to 'public')
-rw-r--r--public/assets/style.css1
-rw-r--r--public/head.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/public/assets/style.css b/public/assets/style.css
new file mode 100644
index 0000000..8f414f5
--- /dev/null
+++ b/public/assets/style.css
@@ -0,0 +1 @@
+/* TODO */
diff --git a/public/head.html b/public/head.html
index fb8e12a..c8c6b42 100644
--- a/public/head.html
+++ b/public/head.html
@@ -4,6 +4,7 @@
<head>
<meta charset="utf-8">
<title>koushin</title>
+ <link rel="stylesheet" href="/assets/style.css">
</head>
<body>
{{end}}