10 lines
261 B
HTML
10 lines
261 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<body>
|
||
|
<form action="/code" method="GET">
|
||
|
<input type="text" name="code" id="code" placeholder="ton code">
|
||
|
<button type="submit">Envoyer mon code aux lutins</button>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|