diff options
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"> |