clue can be html

This commit is contained in:
2025-11-05 18:29:54 +01:00
parent b6c2506bd4
commit 53b673f86d
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@
<label for="solution">Řešení:</label>
<input type="text" id="solution" name="solution" required>
<label for="clue">Nápověda:</label>
<input type="text" id="clue" name="clue" required>
<textarea id="clue" name="clue" cols="40" rows="5" required></textarea>
<input type="submit" value="Přidat šifru">
</form>
<hr>