Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/contact.css">
<title>Contact Ons</title>
</head>
<body>
<a href="home.html" class="back-button">Back</a>
<form>
<h2>Contact</h2>
<div class="form">
<div class="">
<label for="">Voornaam</label>
<input placeholder="Pieter" type="text">
<label for="">Achternaam</label>
<input placeholder="Jan" type="text">
<label for="">E-Mail</label>
<input placeholder="abcde@gmail.com" type="email">
</div>
<div>
<label for="">Telefoonnummer</label>
<input placeholder="0612345678" type="phonenumber">
<label for="">Woonplaats</label>
<input placeholder="Amersfoort" type="email">
<label for="">Geboortedatum</label>
<input type="date">
</div>
</div>
<div class="send">
<button>Verstuur</button>
</div>
</form>
</body>
</html>