mirror of
https://codeberg.org/ThisIsMiseryy/techstore
synced 2026-05-14 17:02:06 +00:00
Fix form autenticazione
This commit is contained in:
+4
-2
@@ -9,8 +9,10 @@
|
||||
<body>
|
||||
<form action="" method="POST">
|
||||
<h2>Registrazione</h2>
|
||||
<label for="username">Nome utente:</label>
|
||||
<input type="text" id="username" name="username" required><br>
|
||||
<label for="name">Nome:</label>
|
||||
<input type="text" id="name" name="name" required><br>
|
||||
<label for="surname">Cognome:</label>
|
||||
<input type="text" id="surname" name="surname" required><br>
|
||||
<label for="email">Indirizzo e-mail:</label>
|
||||
<input type="email" id="email" name="email" required><br>
|
||||
<label for="password">Password:</label>
|
||||
|
||||
Reference in New Issue
Block a user