HTML Base

This commit is contained in:
jvs
2025-01-17 17:22:10 +01:00
parent 5688a45cc3
commit d5dcf044a7
2 changed files with 12 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
__pycache__ __pycache__
.venv .venv
db.sqlite3

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
</head>
<body>
<h1>Moin moin!</h1>
</body>
</html>