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

View File

@@ -4,6 +4,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head>
<body>
{% if empty < 36 %}
<table>
<tr>
{% for cat in categories: %}
@@ -22,5 +23,10 @@
</tr>
{% endfor %}
</table>
{% else %}
<a class="title" href="/final">
Final Jeopardy
</a>
{% endif %}
</body>
</html>