This commit is contained in:
Richard Mikloš 2024-01-20 18:03:04 +01:00
parent ab876ee883
commit d52707536a

@ -9,7 +9,7 @@
</head>
<body>
<h2>Login</h2>
<form action="../login.php" method="post">
<form action="" 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">