secretsantagenerator/templates/index.html
2021-12-11 01:51:03 +01:00

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>