Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vakantie Villa Verkenner</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav class="desktop">
<img src="Assets/LogoSmall.png" alt="Logo Icon" class="logo">
<a href="index.html" class="active">
<h3>Home</h3>
</a>
<a href="overons.html">
<h3>Over ons</h3>
</a>
<a href="villas.html">
<h3>
Villa's
</h3>
</a>
</nav>
<nav class="mobile">
<div class="top">
<img src="Assets/LogoSmall.png" alt="Logo Icon" class="logo">
<button id="mobileDropDownButton" class="dropbtn" onclick="toggleDropdown()">
<img id="mobileDropwDownButtonIcon" src="Assets/icons/menuIcon.svg" alt="Menu Icon">
</button>
</div>
<div class="dropdown">
<div id="mobileDropDown" class="dropdown-content">
<a href="index.html" class="active">
<h3>Home</h3>
</a>
<a href="overons.html">
<h3>Over ons</h3>
</a>
<a href="index.html">
<h3>Villa's</h3>
</a>
</div>
</div>
</nav>
<div class="content">
</div>
<footer>
<img src="Assets/LogoBig.png" alt="Logo" class="logo">
<div class="links">
<a href="index.html" class="active">
<h3>Home</h3>
</a>
<a href="index.html">
<h3>Over ons</h3>
</a>
<a href="villas.html">
<h3>Villa's</h3>
</a>
</div>
<div class="contact">
<h3>Contact</h3>
<p>Telefoon: 06-12345678</p>
<p>Email: email@adress.com</p>
</div>
</footer>
</body>
<script src="js/mobileDropdown.js"></script>
</html>