redirects

This commit is contained in:
2024-03-30 22:33:14 +02:00
parent e289f38192
commit 9770f327b7
15 changed files with 233 additions and 25 deletions

13
templates/panel.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>{{title}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/css/global.css">
<!-- <link rel="stylesheet" href="/static/css/panel.css"> -->
</head>
<body>
<h1>Nothing in here, for now.</h1>
</body>
</html>