aboutsummaryrefslogtreecommitdiff
path: root/src/template.html
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2024-10-24 20:03:03 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2024-10-24 20:03:03 -0500
commit72685228a7aacd6daa44da3833ac2eaeb80d1e39 (patch)
treee86bf47796f74a943fc810f89b36f100b799425e /src/template.html
parent46f8080b710fd4ece1f1eb56418888f8991fe27d (diff)
move some stuff around
Diffstat (limited to 'src/template.html')
-rw-r--r--src/template.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/template.html b/src/template.html
deleted file mode 100644
index bb9f3fc..0000000
--- a/src/template.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!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>