aboutsummaryrefslogtreecommitdiff
path: root/src/template.html
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2024-10-24 10:15:57 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2024-10-24 10:15:57 -0500
commitad0bbbc109ae8aeb7559cdbecf3c66b900f7e885 (patch)
tree6cd0b37563338a6a9366cb0e2b80df6031627736 /src/template.html
parent56ef5d80e70e8301e150317d57428c87514c01bd (diff)
initial commit
Diffstat (limited to 'src/template.html')
-rw-r--r--src/template.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/template.html b/src/template.html
new file mode 100644
index 0000000..bb9f3fc
--- /dev/null
+++ b/src/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>