a lot of changes

This commit is contained in:
2024-01-25 20:40:16 +01:00
parent fdc0b7c5bc
commit 0a9983f56c
8 changed files with 83 additions and 6 deletions

View File

@@ -31,6 +31,8 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
}
?>
<!--PAGENAME=Login-->
<h2>Login</h2>
<form action="" method="post">
<input type="email" name="email" id="email-field" placeholder="E-Mail" required>

View File

@@ -1,3 +1,6 @@
<!--PAGENAME=Register-->
<h2>Register</h2>
<form action="register.php" method="post">
<input type="text" name="username" id="username-field" pattern=".{3,32}" placeholder="Username" required>