Logo header da testo a immagine

This commit is contained in:
2026-04-01 13:04:47 +02:00
parent 004174f53d
commit 54a6b1963d
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ if ($result === false) {
</head>
<body>
<header style="display: flex; justify-content: space-between; align-items: center; padding: 10px; background-color: #f2f2f2; border-bottom: 1px solid #ddd;">
<div id="logo" style="font-size: 24px; font-weight: bold;">TechStore</div>
<div id="logo"><img src="img/logo.png" alt="Logo TechStore" height="32px"></div>
<div>
<a href=""><button style="margin-left: 10px; padding: 8px 16px; background-color: #007bff; color: white; border: none; border-radius: 4px; cursor: pointer;">Carrello</button></a>
<?php if (isset($_SESSION['user'])): ?>