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.
onthedots/code/index.html

16 lines
397 B

<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&eacute;serve</label><br>
<div class="button">
<button type="submit">JOUER !</button>
</div>
</form>
</body>
</html>