sdgf
This commit is contained in:
parent
8a6892f6ee
commit
58c6bddc7b
@ -13,6 +13,7 @@
|
||||
<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" name="login" value="Login">
|
||||
<a href="/register.php">Don't have an account?</a>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
@ -14,6 +14,7 @@
|
||||
<input type="email" name="email" id="email-field" placeholder="E-Mail" required>
|
||||
<input type="password" name="password" id="password-field" pattern=".{8,128}" placeholder="Password" required>
|
||||
<input type="submit" value="Register">
|
||||
<a href="/login.php">Already have an account?</a>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user