This commit is contained in:
2024-09-10 11:08:36 +02:00
parent 8ee14b3984
commit d91c5137c7
9 changed files with 100 additions and 8 deletions

11
templates/empty.html Normal file
View File

@@ -0,0 +1,11 @@
<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>