mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 21:36:27 +01:00
wagen
This commit is contained in:
@@ -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>© 2025 Vista </p>
|
<p>© 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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user