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.php

16 lines
391 B

<html>
<head>
On the Dot
</head>
<body>
<form action="./game.php" method="post">
<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>