This commit is contained in:
2025-11-11 23:00:42 -08:00
parent 532cfe58ba
commit d5067ff381
7 changed files with 121 additions and 61 deletions

View File

@@ -15,6 +15,7 @@ fn build_server() -> Arc<PageServer> {
#[expect(clippy::unwrap_used)]
server
.with_404(pages::notfound())
.add_page("/", pages::index())
.add_page("/links", pages::links())
.add_page("/whats-a-betalupi", pages::betalupi())