summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorNiclas Dobbertin <niclas.dobbertin@mailbox.org>2026-07-10 11:51:09 +0200
committerNiclas Dobbertin <niclas.dobbertin@mailbox.org>2026-07-10 11:51:09 +0200
commit5aa8e0d2dafadabbe3796f63741868a9b0d17a5c (patch)
tree8f3177d3c2e8dbebd3b1ad04aa7b8fa6ff060c5c /www
parentc6c842b93c616a690546c6dd0a029f578ecf5769 (diff)
move into subdirs
Diffstat (limited to 'www')
-rw-r--r--www/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
new file mode 100644
index 0000000..4811061
--- /dev/null
+++ b/www/index.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<body>
+
+<h2>Termin Finden</h2>
+
+<form action="/view_meeting">
+ <label for="a">Zeige Umfrage mit ID:</label><br>
+ <input type="text" id="umfrage id" name="meeting_id" value=""><br>
+ <!--<label for="b">Datum:</label><br>-->
+ <!--<input type="date" id="date" name="date" value=""><br><br>-->
+ <input type="submit" value="Submit">
+</form>
+
+<p>If you click the "Submit" button, the form-data will be sent to a page called "/view_meeting".</p>
+
+</body>
+</html>
+