diff options
| author | JoelHMikael <joel.h.kronqvist@gmail.com> | 2021-11-08 12:22:57 +0200 | 
|---|---|---|
| committer | JoelHMikael <joel.h.kronqvist@gmail.com> | 2021-11-08 12:22:57 +0200 | 
| commit | b16b58a24bdd20c40ecbc53fc07d84547825fc16 (patch) | |
| tree | 0b94d70063f0c7bfb17ef626524c9466aed5221d | |
| parent | 270fe64ae509a66ababd3abb2e3f7eb3f83774d8 (diff) | |
| download | LYLLRuoka-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.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>  | 
