The whole-ass thing
This commit is contained in:
14
templates/menu.html
Normal file
14
templates/menu.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="/static/css/stylesheet.css">
|
||||
</head>
|
||||
<body class="menupage">
|
||||
<h1>Font Game</h1>
|
||||
<form method="post" action="/startgame">
|
||||
<label for="game_length">Game rounds:</label>
|
||||
<input type="number" name="game_length" min=1 class="number" value=10>
|
||||
<input type="submit" value="Start">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user