basic recents view

This commit is contained in:
Sebastian Hugentobler 2024-05-02 18:10:29 +02:00
parent 65e17fc55b
commit 687c33829f
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
20 changed files with 2156 additions and 20 deletions

View file

@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark" />
<link rel="stylesheet" href="/static/pico.min.css" />
<link rel="stylesheet" href="/static/style.css" />
<title>Hello world!</title>
</head>
<body>
<main class="container">
{% block content %}{% endblock content %}
</main>
</body>
</html>