Files
jeopardy/templates/empty.html
Nikolaj ba26db3941
2024-09-25 10:48:00 +02:00

11 lines
231 B
HTML

<html>
<head>
<title>Geopardy</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head>
<body>
<a class="title" href="/board">
Geopardy
</a>
</body>
</html>