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 /static/pages.json | |
parent | 93a927b130ba09cea29aba2077848f785ac48844 (diff) |
More db actions and forms.
Diffstat (limited to 'static/pages.json')
-rw-r--r-- | static/pages.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/pages.json b/static/pages.json index 4a18ca9..618bc7a 100644 --- a/static/pages.json +++ b/static/pages.json @@ -32,6 +32,16 @@ "pageTitle": "Anna nimimerkki", "URL": "pages/nick.html", "hidden": "yes" + }, + "question": { + "pageTitle": "Lisää kysymys", + "URL": "pages/question.html", + "hidden": "yes" + }, + "quiz": { + "pageTitle": "Rakenna kysely", + "URL": "pages/quiz.html", + "hidden": "yes" } } } |