Implementazione carrello

This commit is contained in:
2026-04-01 13:38:49 +02:00
parent a953769a1b
commit f9bff1f235
5 changed files with 204 additions and 2 deletions
+1
View File
@@ -18,6 +18,7 @@ if ($result === false) {
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TechStore - Prodotti</title>
<link rel="stylesheet" href="style.css">
<script src="assets/js/cart.js"></script>
</head>
<body>
<header style="display: flex; justify-content: space-between; align-items: center; padding: 10px; background-color: #f2f2f2; border-bottom: 1px solid #ddd;">