Remove target attribute from order button link in index.html

This commit is contained in:
vista-man
2025-02-19 14:01:06 +01:00
parent d55b077d09
commit a39ddfe762

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>