aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
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}}