diff options
author | JoelHMikael <joel.h.kronqvist@gmail.com> | 2021-11-22 18:14:19 +0200 |
---|---|---|
committer | JoelHMikael <joel.h.kronqvist@gmail.com> | 2021-11-22 18:14:19 +0200 |
commit | 0925b5b6407e6464c738ecf98eb5b9a612a9b810 (patch) | |
tree | 09f0e95f9bb2686352c61549b3e96abd6223c68f /index.html | |
parent | b16b58a24bdd20c40ecbc53fc07d84547825fc16 (diff) | |
download | LYLLRuoka-0925b5b6407e6464c738ecf98eb5b9a612a9b810.tar.gz LYLLRuoka-0925b5b6407e6464c738ecf98eb5b9a612a9b810.zip |
Made server
It seems to work. All other things are in progress.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,11 +1,14 @@ <!DOCTYPE html> <html> <head> + <meta charset="utf-8"> <title>Food-app</title> + <link href="/index.css" rel="stylesheet" type="text/css"> </head> <body> <h1>Food-app</h1> - <form method="POST"> + <p>\(result\)</p> + <form method="GET"> <label for="index">Abbreviation of teacher or course:</label> <br> <input type="text" name="index" placeholder="sahe // ÄI1.2"> |