This commit is contained in:
2024-04-21 13:11:15 +02:00
parent 868e94f642
commit 46f7a7f8e7
2 changed files with 2 additions and 2 deletions

View File

@@ -5,6 +5,6 @@
<input type="password" id="login-password" placeholder="Password" required>
<button type="submit">Login</button>
</form>
<p>Don't have an account? <a href="signup.html">Sign up</a></p>
<p>Don't have an account? <a href="/?signup">Sign up</a></p>
</div>