Spostamento file stylesheet in cartella assets

This commit is contained in:
2026-04-02 13:45:58 +02:00
parent 76473862e6
commit a2f445fa49
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ session_start();
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Carrello - TechStore</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="assets/style.css">
<script src="assets/js/cart.js"></script>
</head>
<body>