This commit is contained in:
2025-05-08 21:27:29 -05:00
parent c143b8d3a5
commit 7456bf9bc0
49 changed files with 604 additions and 1197 deletions

View File

@@ -1,4 +1,4 @@
func Pages.Signup()
func Pages.Signup(ctx)
{
var pages = [
{
@@ -11,11 +11,7 @@ func Pages.Signup()
route = "/upload",
text = "Upload"
},
{
active = false,
route = "/login",
text = "Login"
}
DB.LoginButton(ctx,false)
];
var html = <div class={"container min-vh-100 d-flex justify-content-center align-items-center"}>
<form action={"./signup"} method={"post"} enctype={"application/x-www-form-urlencoded"}>