create taskmanager repo

This commit is contained in:
2024-01-15 19:54:18 +01:00
parent 22c6084863
commit 872e0e2416
15 changed files with 30 additions and 42 deletions

View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Index</title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
<header>
</header>
<main>
<section>
<p> {{ pagevariable1 }} <p>
<p> {{ pagevariable2 }} <p>
</section>
</main>
<footer>
</footer>
</body>
</html>