diff options
| author | Andrew <saintruler@gmail.com> | 2021-06-20 14:57:30 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2021-06-20 14:57:30 +0400 |
| commit | 9c694db396365a9fa512a65450a1486922fdd3e3 (patch) | |
| tree | 82c6ab5c7dd87d0043ca6a4f19d1f100f2b6f719 /template.html | |
Initial commit
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> + |