Fix intestazione e titolo pagina registrazione

This commit is contained in:
2026-04-01 10:36:41 +02:00
parent 9f7f97ec50
commit c738593153
+2 -2
View File
@@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login - TechStore</title>
<title>Registrazione - TechStore</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<form action="" method="POST">
<h2>Login</h2>
<h2>Registrazione</h2>
<label for="username">Nome utente:</label>
<input type="text" id="username" name="username" required><br>
<label for="email">Indirizzo e-mail:</label>