You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
277 B
HTML

3 years ago
<h1>Hello world</h1>
<form method="POST" action="/book">
<label><input type="radio" name="fragment" value="0" checked> Fragment 1</label><br />
<label><input type="radio" name="fragment" value="1"> Fragment 2</label><br />
<button type="submit">Generate</button>
</form>