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> <head>
<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>Registrazione - TechStore</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>
<form action="" method="POST"> <form action="" method="POST">
<h2>Login</h2> <h2>Registrazione</h2>
<label for="username">Nome utente:</label> <label for="username">Nome utente:</label>
<input type="text" id="username" name="username" required><br> <input type="text" id="username" name="username" required><br>
<label for="email">Indirizzo e-mail:</label> <label for="email">Indirizzo e-mail:</label>