This commit is contained in:
2024-04-21 17:42:29 +02:00
parent 76f82955a8
commit e362b20a4f
15 changed files with 47 additions and 36 deletions

View File

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