summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'template.html')
-rw-r--r--template.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/template.html b/template.html
new file mode 100644
index 0000000..82499d2
--- /dev/null
+++ b/template.html
@@ -0,0 +1,14 @@
+<html>
+
+<head>
+ <meta charset="utf-8"/>
+ <link href="static/style.css" rel="stylesheet" type="text/css" media="all"/>
+ <title>%s</title>
+</head>
+
+<body>
+%s
+</body>
+
+</html>
+