Aggiunta link pagina registrazione

This commit is contained in:
2026-04-01 10:27:18 +02:00
parent aadf344e63
commit df3414fd20
+1
View File
@@ -14,6 +14,7 @@
<label for="password">Password:</label> <label for="password">Password:</label>
<input type="password" id="password" name="password" required><br><br> <input type="password" id="password" name="password" required><br><br>
<button type="submit">Login</button> <button type="submit">Login</button>
<p style="text-align: center;">Non hai un account? <a href="register.php">Registrati</a></p>
</form> </form>
</body> </body>
</html> </html>