aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoelHMikael <joel.h.kronqvist@gmail.com>2021-11-08 12:22:57 +0200
committerJoelHMikael <joel.h.kronqvist@gmail.com>2021-11-08 12:22:57 +0200
commitb16b58a24bdd20c40ecbc53fc07d84547825fc16 (patch)
tree0b94d70063f0c7bfb17ef626524c9466aed5221d
parent270fe64ae509a66ababd3abb2e3f7eb3f83774d8 (diff)
downloadLYLLRuoka-b16b58a24bdd20c40ecbc53fc07d84547825fc16.tar.gz
LYLLRuoka-b16b58a24bdd20c40ecbc53fc07d84547825fc16.zip
Client-side html
WIP, the html is just so that the server can return something
-rw-r--r--index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..e650595
--- /dev/null
+++ b/index.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Food-app</title>
+ </head>
+ <body>
+ <h1>Food-app</h1>
+ <form method="POST">
+ <label for="index">Abbreviation of teacher or course:</label>
+ <br>
+ <input type="text" name="index" placeholder="sahe // ÄI1.2">
+ <br>
+ <input type="submit">
+ </form>
+ </body>
+</html>