initial commit

This commit is contained in:
2025-01-25 00:47:31 +01:00
commit 6810fc976a
25 changed files with 412 additions and 0 deletions

10
templates/base.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>