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.
34 lines
1.3 KiB
34 lines
1.3 KiB
<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>
|
|
Jouer la partie en : </br>
|
|
<input type="radio" id="5pts" name="mode" value="5p">
|
|
<label for="5pts">5 points</label><br>
|
|
<input type="radio" id="10pts" name="mode" value="10p">
|
|
<label for="5pts">10 points</label><br>
|
|
<input type="radio" id="15pts" name="mode" value="15p">
|
|
<label for="5pts">15 points</label><br>
|
|
<input type="radio" id="20pts" name="mode" value="20p">
|
|
<label for="5pts">20 points</label><br>
|
|
<input type="radio" id="5min" name="mode" value="5m">
|
|
<label for="5pts">5 minutes</label><br>
|
|
<input type="radio" id="10min" name="mode" value="10m">
|
|
<label for="5pts">10 minutes</label><br>
|
|
|
|
<input type="radio" id="survie" name="mode" value="surv">
|
|
<label for="5pts">survie</label><br>
|
|
|
|
|
|
<div class="button">
|
|
<button type="submit">JOUER !</button>
|
|
</div>
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|