aboutsummaryrefslogtreecommitdiff
path: root/templates/core.html
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-06-22 01:48:59 +0200
committerKatharina Fey <kookie@spacekookie.de>2020-06-22 01:48:59 +0200
commit84a9a0ccee713e26a28ff5e54ea3776085d93b5f (patch)
tree9a0158ecc1668e8594881a4f9be7e54c8773d6a9 /templates/core.html
parent67ad3b7a26ed0dc99f3324011fa8e5ed316a655a (diff)
Updating just like... a bunch of shit
Diffstat (limited to 'templates/core.html')
-rw-r--r--templates/core.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/core.html b/templates/core.html
new file mode 100644
index 0000000..808dc4c
--- /dev/null
+++ b/templates/core.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <link href="/static/main.css" rel="stylesheet">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
+ {% block title %}{% endblock %}
+ </head>
+ <body>
+ <div class="container">
+ {% block content %}{% endblock %}
+
+ <hr/>
+ <pre>Generated by octopus v0.0.0</pre>
+ <div>
+ </body>
+</html>