This commit is contained in:
2023-05-12 00:31:08 +02:00
parent 38fc0d2f83
commit 04abb53f4a
5 changed files with 168 additions and 20 deletions

View File

@@ -9,10 +9,10 @@ impl Home {
let doc: Markup = html!(
div id="home" class={"p-8" "max-w-xl"} {
p {
a href="/inventory" { "Inventory" }
a href="/inventory/" { "Inventory" }
}
p {
a href="/trips" { "Trips" }
a href="/trips/" { "Trips" }
}
}
);