This commit is contained in:
kitkatpotato16
2025-02-19 14:06:48 +01:00

View File

@@ -53,7 +53,7 @@
<!-- Winkelmandje items worden hier dynamisch toegevoegd -->
</ul>
<p>Totaal: €<span id="total-price">0.00</span></p>
<a href="betalen.html" target="_blank">
<a href="betalen.html">
<button id="order-button">Bestellen</button>
</a>
</div>
@@ -66,7 +66,6 @@
<script src="script.js"></script>
<script src="Cart/cart.js"></script>
</body>
</html>