From 0ed244ef2dd27a835ec12fdbc93a1f20bbcd89eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olli=20Vil=C3=A9n?= Date: Thu, 16 Nov 2023 22:11:46 +0200 Subject: More db actions and forms. --- static/index.html | 15 ++++++++++++++- static/pages.json | 10 ++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/index.html b/static/index.html index c651142..d726587 100644 --- a/static/index.html +++ b/static/index.html @@ -10,5 +10,18 @@ - + + + \ No newline at end of file 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" } } } -- cgit v1.2.3