This commit is contained in:
2024-01-20 18:23:08 +01:00
parent 3c0387f26b
commit 8a6892f6ee
4 changed files with 7 additions and 4 deletions

View File

@@ -12,8 +12,7 @@
<form action="../login.php" method="post">
<input type="email" name="email" id="email-field" placeholder="E-Mail" required>
<input type="password" name="password" id="password-field" pattern=".{3,32}" placeholder="Password" required>
<input type="submit" value="Login">
<button onclick="window.location.href='https://watch.twip-network.org/pages/register.html'">Register</button>
<input type="submit" name="login" value="Login">
</form>
</body>
</html>
</html>