aboutsummaryrefslogtreecommitdiff
path: root/src/template.html
diff options
context:
space:
mode:
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>