add sqlite db; add todos :-(; show current cameras

This commit is contained in:
2025-08-02 17:46:56 +02:00
parent 3f61f675e9
commit fe89c86004
14 changed files with 1653 additions and 31 deletions

View File

@@ -17,7 +17,7 @@ pub fn new(content: Markup) -> Markup {
}
ul {
li { a href="/" { "🏠" } }
li { a href="/cam" { "📸" } }
li { a href="/game" { "📸" } }
li { div id="theme_switcher" style="width: 20px; height: 20px;" {} }
}
}