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