diff options
Diffstat (limited to 'site.py')
-rw-r--r-- | site.py | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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> |