-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontribute.html
51 lines (42 loc) · 1.48 KB
/
contribute.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html>
<head>
<title>
Maaltijd generator: alle voorkeuren, 1 maaltijd!
</title>
<meta name='description' content='Maaltijd generator: alle voorkeuren, 1 maaltijd!' >
<link rel="shortcut icon" href='maaltijd generator.png'/>
<link href="maaltijd gen.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class='banner'>
<h1 class="bannerh1">Maaltijd generator: alle voorkeuren, 1 maaltijd!</h1>
<img class='bannerimg' src='maaltijd generator(met transpirantie).png' height='auto' width='auto'>
</div>
<nav class="nav">
<ul>
<li><a href="index.html">Generator</a></li>
<li><a href="account.html">Log In</a></li>
<li><a href="contribute.html">Bijdragen</a></li>
</ul>
</nav>
<h4>Nog in testfase.</h4>
<h1 class="a2bannerh1">Meewerken aan de database?</h1>
<h3>Kies het gerecht waar aan u uw bijdrage wilt leveren.</h3>
<form>
<label for='gerecht'>Kies een gerecht:</label>
<br>
<select id='gerecht'>
<option value='Aardappel-vlees-groente'>Aardappel-vlees-groente</option>
<option value='Bami'>Bami</option>
<option value='Bloemkool'>Bloemkool</option>
<option value='chili'>Chili con carne</option>
<option value='chinees'>Chinees</option>
<option value='Gourmetten'>Gourmetten</option>
<option value='Gyros'>Gyros</option>
</select>
</form>
<br><br><br>
<script src="javascript.js"></script>
</body>
</html>