✨
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user