The whole-ass thing

This commit is contained in:
Nikolaj
2021-12-24 18:14:59 +01:00
commit 64b309b085
63 changed files with 374 additions and 0 deletions

15
templates/final.html Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/static/css/stylesheet.css">
</head>
<body class="finalpage">
<div class="finalscore">
Final Score:
{{ points }}/{{ game_length }}
</div>
<form action="/">
<input type="submit" value="Try again" />
</form>
</body>
</html>