Changes:
1. integrates pico minimal responsive css framework for light/dark
themes and overall better looks.
2. adds a not-found page for bad url queries.
3. catches axum/serde deserialization errors of user input and routes
them to the not-found page with a helpful hint (parse error msg)
3 lines
89 B
HTML
3 lines
89 B
HTML
<header class="container">
|
|
<h1>{{self.site_name}} : {{self.state.network}}</h1>
|
|
</header> |