You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
897 B
27 lines
897 B
<html>
|
|
<head>
|
|
On the Dot
|
|
</head>
|
|
<body>
|
|
<form action="./game.html" method="GET">
|
|
<input type="radio" id="no-res" name="diff" value="no-res">
|
|
<label for="no-res">Sans réserve</label><br>
|
|
|
|
<input type="radio" id="5pts" name="mode" value="5">
|
|
<label for="5pts">5 points</label><br>
|
|
<input type="radio" id="10pts" name="mode" value="10">
|
|
<label for="5pts">10 points</label><br>
|
|
<input type="radio" id="15pts" name="mode" value="15">
|
|
<label for="5pts">15 points</label><br>
|
|
<input type="radio" id="20pts" name="mode" value="20">
|
|
<label for="5pts">20 points</label><br>
|
|
|
|
|
|
<div class="button">
|
|
<button type="submit">JOUER !</button>
|
|
</div>
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|