fix name box
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 3m2s

This commit is contained in:
2025-08-07 11:28:24 +00:00
parent a0562330a3
commit b29a61a44b

View File

@@ -29,7 +29,7 @@
<section class="min-width">
<h2>Submit score</h2>
<form action="/snake/submit" method="POST" id="snakeForm">
<input type="text" id="name" name="name" placeholder="Your name" required>
<input type="text" id="name" name="name" maxlength=15 minlength=3 placeholder="Your name" required>
<cap-widget id="captcha" data-cap-api-endpoint="https://cap.alfieking.dev/{{ cap_key }}/"></cap-widget>
<input type="hidden" id="score" name="score" value="0">
<input type="hidden" id="game_token" name="game_token" value="{{ token}}">