aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html.j2
diff options
context:
space:
mode:
authorJan T <jan@jantuomi.fi>2024-02-28 17:32:01 +0200
committerJan Tuomi <jan@jantuomi.fi>2024-12-21 19:43:13 +0200
commitb6bc5c5794b4df182175da34e6b08298084c0324 (patch)
tree501362805ac744eb71e0e9d7b70addb9f0c9ae99 /templates/base.html.j2
Initial commit
Diffstat (limited to 'templates/base.html.j2')
-rw-r--r--templates/base.html.j213
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/base.html.j2 b/templates/base.html.j2
new file mode 100644
index 0000000..066c39e
--- /dev/null
+++ b/templates/base.html.j2
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>diddle 👉👈</title>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
+ <link rel="stylesheet" href="/static/styles.css"></link>
+</head>
+<body>
+ <h1><a href="/">diddle 👉👈</a></h1>
+ {% block content %}{% endblock %}
+</body>
+</html>