diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2024-10-24 20:03:03 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2024-10-24 20:03:03 -0500 |
| commit | 72685228a7aacd6daa44da3833ac2eaeb80d1e39 (patch) | |
| tree | e86bf47796f74a943fc810f89b36f100b799425e /template.html | |
| parent | 46f8080b710fd4ece1f1eb56418888f8991fe27d (diff) | |
move some stuff around
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> |
