mirror of
https://codeberg.org/ThisIsMiseryy/techstore
synced 2026-05-14 14:52:04 +00:00
Spostamento file stylesheet in cartella assets
This commit is contained in:
@@ -8,7 +8,7 @@ session_start();
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Carrello - TechStore</title>
|
<title>Carrello - TechStore</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="assets/style.css">
|
||||||
<script src="assets/js/cart.js"></script>
|
<script src="assets/js/cart.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ if ($result === false) {
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>TechStore - Prodotti</title>
|
<title>TechStore - Prodotti</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="assets/style.css">
|
||||||
<script src="assets/js/cart.js"></script>
|
<script src="assets/js/cart.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Login - TechStore</title>
|
<title>Login - TechStore</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="assets/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
+1
-1
@@ -28,7 +28,7 @@ if ($stmt = $conn->prepare($sql)) {
|
|||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<title>Prodotto non trovato - TechStore</title>
|
<title>Prodotto non trovato - TechStore</title>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="assets/style.css">
|
||||||
<script src="assets/js/cart.js"></script>
|
<script src="assets/js/cart.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Registrazione - TechStore</title>
|
<title>Registrazione - TechStore</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="assets/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user