Files
jeopardy/templates/empty.html
2024-09-10 11:08:36 +02:00

11 lines
231 B
HTML

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