Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<style>
</style>
<div class="header">
<a href="index.html" class="logo">Scrumpies</a>
<div class="header-right">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<a href="login.html">Login</a>
</div>
</div>
</head>
<body>
<h3>Contact Form</h3>
<div class="container">
<form action="https://formsubmit.co/Scrumpies453@gmail.com" method="POST">
<label for="fname">Name</label>
<input type="text" id="fname" name="firstname" placeholder="Your name.." required>
<label for="lname">Email</label>
<input type="text" id="email" name="email" placeholder="Your email please.." required>
<label for="country">Country</label>
<select id="country" name="country">
<option value="Nederland">Nederland</option>
<option value="Duitsland">Duitsland</option>
<option value="Belgiรซ">Belgiรซ</option>
</select>
<label for="subject">Subject</label>
<textarea id="subject" name="subject" placeholder="Write something.." style="height:200px"></textarea>
<input type="submit" value="Submit">
</form>
</div>
</body>
</html>