diff options
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 14 |
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> + |