16 lines
361 B
HTML
16 lines
361 B
HTML
<!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>
|