summaryrefslogtreecommitdiff
path: root/site.py
diff options
context:
space:
mode:
Diffstat (limited to 'site.py')
-rw-r--r--site.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/site.py b/site.py
index 7f432c4..922878a 100644
--- a/site.py
+++ b/site.py
@@ -4,7 +4,8 @@
import os
folder = "manuals"
-header = """<input class="search" placeholder="Search" />"""
+header = """<input class="search" placeholder="Search" />
+<link rel="stylesheet" type="text/css" href="static/style.css">"""
middlepart = """"""
footer = """
<script src="static/list.js"></script>