This commit is contained in:
Abdullah-M0
2025-04-04 09:21:47 +02:00
parent 6e29dead3e
commit b21583235d
2 changed files with 55 additions and 3 deletions

View File

@@ -46,9 +46,27 @@
</div>
</nav>
<section>
<h2>Contact</h2>
</section>
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact - Spik en Span</title>
</head>
<body>
<div class="container">
<h2>Contacteer Spik en Span</h2>
<p>Heb je vragen of wil je contact opnemen? Vul het onderstaande formulier in.</p>
<form action="#" method="post">
<input type="text" name="naam" placeholder="Je naam" required>
<input type="email" name="email" placeholder="Je e-mail" required>
<textarea name="bericht" placeholder="Je bericht" rows="5" required></textarea>
<button type="submit">Verstuur</button>
</form>
</div>
</body>
</html>
</body>