summaryrefslogtreecommitdiff
path: root/html_templates/default.html
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2021-05-07 17:26:37 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2021-05-07 17:26:37 +0100
commit1fe1534e9e2b26d1ce42f992dc7b1835441fc180 (patch)
treecef8991e6abee3dab0a5502aba70377b65c9f947 /html_templates/default.html
parent6b0d2b51f546a9964f18b58e794ade7bd7096475 (diff)
Add beginings of site css
Diffstat (limited to 'html_templates/default.html')
-rw-r--r--html_templates/default.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/html_templates/default.html b/html_templates/default.html
index 21abb9a..e7a133d 100644
--- a/html_templates/default.html
+++ b/html_templates/default.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ $title }}</title>
<link rel="shortcut icon" href="/images/favicon.png">
+ <link rel="stylesheet" href="/css/site.css">
</head>
<body>
<section>{{ $contents }}</section>