This commit is contained in:
2025-10-18 18:40:17 +02:00
parent b4923376bf
commit 9a25c81a41
34 changed files with 15917 additions and 49787 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
include "pages/page.wl"
include "pages/login_and_signup_style.wl"
include "page.wl"
include "login_and_signup_style.wl"
let main =
<main>
@@ -7,7 +7,7 @@ let main =
<div id="response"></div>
<form hx-post="/api/signup" hx-target="#response">
<form action="/api/signup" method="POST">
<input type="text" name="username" placeholder="username" />
<input type="email" name="email" placeholder="email" />
<input type="password" name="password1" placeholder="password" />