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.
|
<html>
|
|
<head>
|
|
On the Dot
|
|
</head>
|
|
<body>
|
|
<form action="./game.html" method="GET">
|
|
<input type="radio" id="no-res" name="mode" value="no-res">
|
|
<label for="no-res">Sans réserve</label><br>
|
|
<div class="button">
|
|
<button type="submit">JOUER !</button>
|
|
</div>
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|