The whole-ass thing
This commit is contained in:
15
templates/final.html
Normal file
15
templates/final.html
Normal 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>
|
Reference in New Issue
Block a user