This commit is contained in:
Nikolaj
2024-09-25 10:48:00 +02:00
parent 858d0bfcbd
commit ba26db3941
8 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
<html>
<head>
<title>Jeopardy</title>
<title>Geopardy</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head>
<body>

View File

@@ -1,6 +1,6 @@
<html>
<head>
<title>Jeopardy</title>
<title>Geopardy</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head>
<body>

View File

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

View File

@@ -1,6 +1,6 @@
<html>
<head>
<title>Jeopardy</title>
<title>Geopardy</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head>
<body>
@@ -25,7 +25,7 @@
</table>
{% else %}
<a class="title" href="/final">
Final Jeopardy
Final Geopardy
</a>
{% endif %}
</body>

View File

@@ -1,6 +1,6 @@
<html>
<head>
<title>Jeopardy</title>
<title>Geopardy</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head>
<body>

View File

@@ -1,6 +1,6 @@
<html>
<head>
<title>Jeopardy</title>
<title>Geopardy</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head>
<body>