diff options
author | Olli Vilén <oviln@local> | 2023-11-16 22:11:46 +0200 |
---|---|---|
committer | Olli Vilén <oviln@local> | 2023-11-16 22:11:46 +0200 |
commit | 0ed244ef2dd27a835ec12fdbc93a1f20bbcd89eb (patch) | |
tree | ba673352e44f2e1e55b8dc762b45a9cd769376e3 /templates/quiz.html | |
parent | 93a927b130ba09cea29aba2077848f785ac48844 (diff) |
More db actions and forms.
Diffstat (limited to 'templates/quiz.html')
-rw-r--r-- | templates/quiz.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/quiz.html b/templates/quiz.html new file mode 100644 index 0000000..4c1871d --- /dev/null +++ b/templates/quiz.html @@ -0,0 +1,4 @@ +<div id="alertbox">{{ alert }}</div> +<form action="/new_quiz" method="POST"> +<input type="submit" value="Aloita uusi kyselmä"> +</form> |