DWDeathermap/templates/index.html
2022-12-29 09:02:15 +01:00

13 lines
251 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ flask_name }}</title>
<link rel="stylesheet" href="/static/index.css">
</head>
<body>
<h1>A lot TO-DO!</h1>
<hr>
<p>Just a first demo!</p>
</body>
</html>