taskmanager/flaskapp/templates/index.html
2023-10-20 15:20:56 +02:00

22 lines
373 B
HTML

<!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>