summaryrefslogtreecommitdiff
path: root/html_templates
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2021-05-07 17:11:05 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2021-05-07 17:11:05 +0100
commit6b0d2b51f546a9964f18b58e794ade7bd7096475 (patch)
treef27bdb3fd5a04199a9ebc58e5a29588547a0c7c7 /html_templates
parentc709d0c51f03b3010d8f2f19ee73f96c6a06ffe0 (diff)
Add build script
Diffstat (limited to 'html_templates')
-rw-r--r--html_templates/default.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/html_templates/default.html b/html_templates/default.html
new file mode 100644
index 0000000..21abb9a
--- /dev/null
+++ b/html_templates/default.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>{{ $title }}</title>
+ <link rel="shortcut icon" href="/images/favicon.png">
+ </head>
+ <body>
+ <section>{{ $contents }}</section>
+ </body>
+</html>