summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-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>
+