update
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
<div class="login-container">
|
||||
<h2>Login</h2>
|
||||
<form id="login-form">
|
||||
<input type="text" id="login-username" placeholder="Username" required>
|
||||
<input type="password" id="login-password" placeholder="Password" required>
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
<p>Don't have an account? <a href="/?Signup">Sign up</a></p>
|
||||
</div>
|
||||
|
||||
<h2>Login</h2>
|
||||
<form id="login-form">
|
||||
<input type="text" id="login-username" placeholder="Username" required>
|
||||
<input type="password" id="login-password" placeholder="Password" required>
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
<p>Don't have an account? <a href="/?Signup">Sign up</a></p>
|
||||
</div>
|
Reference in New Issue
Block a user