-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccount.html
47 lines (38 loc) · 1.4 KB
/
account.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
<!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>
<div class="login">
<form action="method">
<p>
<h1>Inloggen met geruikersnaam</h1>
<label for="username">Gebruikersnaam</label> <br>
<input type="text" name="username" title="Gebruikersnaam" placeholder="Uw gebruikersnaam:">
<!-- <h1>Inloggen met E-mailadres</h1>
<input type='email' id='email' name='email' title='E-mailadres' placeholder="E-mailadres"> <br>
<input type='text' id='password' name='password' title='Wachtwoord' placeholder="Wachtwoord"> <br> -->
</p>
</form>
</div>
<script src="javascript.js"> </script>
</body>
</html>