progress bar
This commit is contained in:
@@ -35,7 +35,9 @@ async fn index(State(backend): State<Arc<Backend>>, cookies: CookieJar) -> Respo
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
p { "You have found " (sightings.len()) "/" (amount_total_cameras) " cameras." }
|
p { "You have found " (sightings.len()) "/" (amount_total_cameras) " cameras."
|
||||||
|
progress value=(sightings.len()) max=(amount_total_cameras);
|
||||||
|
}
|
||||||
p {
|
p {
|
||||||
h2 { "Highscore" }
|
h2 { "Highscore" }
|
||||||
ul.iterated {
|
ul.iterated {
|
||||||
|
Reference in New Issue
Block a user