mirror of
https://codeberg.org/ThisIsMiseryy/techstore
synced 2026-05-14 14:52:04 +00:00
Fix intestazione e titolo pagina registrazione
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user