diff options
| author | Jan T <jan@jantuomi.fi> | 2024-02-28 17:32:01 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | b6bc5c5794b4df182175da34e6b08298084c0324 (patch) | |
| tree | 501362805ac744eb71e0e9d7b70addb9f0c9ae99 /templates/base.html.j2 | |
Initial commit
Diffstat (limited to 'templates/base.html.j2')
| -rw-r--r-- | templates/base.html.j2 | 13 |
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> |
