Files
klice25/assignment.html

18 lines
339 B
HTML

<!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>