aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: e65059537b305ce4d46c6a9d47d3ce3e81a964b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>