diff options
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/template.html b/template.html new file mode 100644 index 0000000..bb9f3fc --- /dev/null +++ b/template.html @@ -0,0 +1,13 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>$title$</title> + <link rel="stylesheet" href="./pandoc.css"> + </head> + <body> + <a href="/">« Back</a> + <h1>$title$</h1> + $body$ + </body> +</html> |
