penalties and assignment html

This commit is contained in:
2025-09-04 22:22:17 +02:00
parent dc12434af3
commit 8eea2e4d59
2 changed files with 27 additions and 2 deletions

18
assignment.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<title>Zadání šifry {{.Order}}</title>
</head>
<body>
<h1>Zadání šifry {{.Order}}</h1>
<p>{{.Assignment}}</p>
<hr>
<form method="post">
Řešení: <input type="text" name="assignment"><br>
<input type="submit" value="Odeslat">
</form>
</body>
</html>