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>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user