Working nice, looks like shit

This commit is contained in:
Roman Krček
2025-06-21 20:47:22 +02:00
parent 58872bada6
commit a135c5ac36
6 changed files with 50 additions and 32 deletions

View File

@@ -7,6 +7,10 @@
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>