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