updated templates

This commit is contained in:
2026-01-08 11:18:45 +01:00
parent 1116a9ad2c
commit 210f3ec04b
3 changed files with 12 additions and 14 deletions

6
templates/head.html Normal file
View File

@@ -0,0 +1,6 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{title}}</title>
<link rel="stylesheet" href="/style/style.css">
</head>