team info
This commit is contained in:
@@ -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
20
templates/team.html
Normal 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>
|
||||
Reference in New Issue
Block a user