toaster update :3
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 5m28s

This commit is contained in:
2025-08-06 00:41:26 +01:00
parent e66f7e0588
commit 1b2425a493
15 changed files with 1060 additions and 16 deletions

View File

@@ -30,7 +30,7 @@
<h2>Submit score</h2>
<form action="/snake/submit" method="POST" id="snakeForm">
<input type="text" id="name" name="name" placeholder="Your name" required>
<cap-widget id="captcha" data-cap-api-endpoint="https://cap.alfieking.dev/57d36430b9cb/api/"></cap-widget>
<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}}">
<button type="submit" id="submit">Submit</button>