diff options
-rw-r--r-- | index.html | 16 |
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> |