hero page, ingress form

This commit is contained in:
Per Stark
2024-12-30 23:57:13 +01:00
parent 981da5a649
commit a3bb73646c
17 changed files with 199 additions and 73 deletions

View File

@@ -11,7 +11,7 @@ use crate::{
storage::types::user::User,
};
page_data!(IndexData, "index.html", {
page_data!(IndexData, "index/index.html", {
queue_length: u32,
user: Option<User>
});