team info

This commit is contained in:
2025-09-17 21:51:17 +02:00
parent c9c717f1e3
commit 2cfd23cdb1
4 changed files with 55 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
<html lang="cs">
<head>
<meta charset="UTF-8">
<title>Zadání šifry {{.Order}}</title>
</head>

20
templates/team.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8">
<title>Tým: {{.TeamName}}</title>
</head>
<body>
<h1>Tým: {{.TeamName}}</h1>
Obtížnost: {{.Difficulty}}<br>
Poslední šifra : {{.LastCipher}}<br>
Penalizace: {{.Penalties}}<br>
<hr>
<form action="/logout" method="get">
<input type="submit" value="Odhlásit">
</form>
</body>
</html>