summaryrefslogtreecommitdiff
path: root/site.py
diff options
context:
space:
mode:
authorJoaK <joak@nospace.at>2016-06-19 22:58:59 +0200
committerJoaK <joak@nospace.at>2016-06-19 22:58:59 +0200
commit4675bea6395207af5d389dc8f38fcee2806149a8 (patch)
treed04d36cb6939d8d58ed127b9a492b364d3e7ddc4 /site.py
parent3d09524c886ef19a02fccd200f1e3bff8831a646 (diff)
added cd4049
Diffstat (limited to 'site.py')
-rw-r--r--site.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/site.py b/site.py
index a6fb3cc..a31d17b 100644
--- a/site.py
+++ b/site.py
@@ -5,7 +5,11 @@ import os
folder = "manuals"
header = """
-<link rel="stylesheet" type="text/css" href="static/style.css">"""
+<head>
+ <title>collection of different operation manuals and data sheets</title>
+ <meta charset="utf-8">
+ <link rel="stylesheet" type="text/css" href="static/style.css">
+</head>"""
middlepart = """"""
footer = """
<script src="static/list.js"></script>
@@ -14,7 +18,7 @@ footer = """
middlepart += """
<div id="the-list">
<div class='header'>
- <h1 class='head'>Operation manuals</h1>
+ <h1 class='head'>Operation manuals and data sheets</h1>
<h4>by <a href='http://joak.nospace.at'>JoaK</a></h4>
<input class="search" placeholder="Search" />
</div>