This commit is contained in:
vista-man
2025-02-13 12:25:46 +01:00
parent 6a58fa87f4
commit 5a9905ffda

View File

@@ -6,6 +6,7 @@
<title>Het hoofdmenu van de Mees</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="cart.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="icon" href="media/favicon.ico" type="image/x-icon">
</head>
@@ -52,6 +53,12 @@
<button id="order-button">Bestellen</button>
</div>
<!-- Winkelwagen icoon -->
<div class="cart-icon">
<i class="fas fa-shopping-cart"></i>
<span class="cart-count">0</span> <!-- Aantal producten -->
</div>
<footer>
<p>&copy; 2025 Vista </p>
</footer>
@@ -62,13 +69,3 @@
</body>
</html>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<!-- Winkelwagen icoon -->
<div class="cart-icon">
<i class="fas fa-shopping-cart"></i>
<span class="cart-count">0</span> <!-- Aantal producten -->
</div>