Add reference

This commit is contained in:
2025-07-24 14:43:16 -05:00
parent 92f21917b1
commit 6a8c8f38ff
44 changed files with 2082 additions and 1287 deletions

View File

@@ -25,6 +25,7 @@ func Pages.Login(ctx)
<input type={"password"} class={"form-control"} name={"password"} id={"password"}>
</div>
<a href={"./signup"}>Sign up</a>
<a href={"./forgot_password"}>Forgot Password</a>
<button type={"submit"} class={"btn btn-primary"}>Login</button>
</form>
</div>;