Working nice, still looking kinda shit

This commit is contained in:
Roman Krček
2025-06-21 22:07:54 +02:00
parent b6d9b8df44
commit 21ed61f0c2
7 changed files with 101 additions and 29 deletions

View File

@@ -1,16 +1,2 @@
<form method="POST" action="?/login">
<label>
Email
<input name="email" type="email" />
</label>
<label>
Password
<input name="password" type="password" />
</label>
<label>
Display name
<input name="display_name" type="text" />
</label>
<button>Login</button>
<button formaction="?/signup">Sign up</button>
</form>
<a href="/auth/login"><button>Login</button></a>
<a href="/auth/singup"><button>Signup</button></a>