aboutsummaryrefslogtreecommitdiffstats
path: root/templates/layout.html
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-03-03 11:02:22 +0100
committerHarald Eilertsen <haraldei@anduin.net>2019-03-03 11:02:22 +0100
commit0ecf1bf482b1db5e1e1fe07a5b21a57c084deb4e (patch)
treef4ebca4df0c82e9817bdd7467b1d1b9c40653238 /templates/layout.html
parentf64224831288aac4be5bab4ed7b88891dbd42ab2 (diff)
downloadramaskrik-social-0ecf1bf482b1db5e1e1fe07a5b21a57c084deb4e.tar.gz
ramaskrik-social-0ecf1bf482b1db5e1e1fe07a5b21a57c084deb4e.tar.bz2
ramaskrik-social-0ecf1bf482b1db5e1e1fe07a5b21a57c084deb4e.zip
Add basic stylesheet.
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 9aa8781..67a2ade 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -19,6 +19,7 @@
<html>
<head>
<title>Ramaskrik Program</title>
+ <link rel="stylesheet" href="/app.css">
</head>
<body>
{% block content %}{% endblock %}