Rename css file

This commit is contained in:
Joscha 2024-05-04 22:56:40 +02:00
parent 388f4940bf
commit cd6ca53030
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
use maud::{html, Markup, PreEscaped};
use time::{macros::format_description, Date, OffsetDateTime};
use time::{macros::format_description, OffsetDateTime};
use crate::endpoints::page;
@ -10,7 +10,7 @@ pub async fn get() -> Markup {
page(
html! {
style { (PreEscaped(include_str!("base.css"))) }
style { (PreEscaped(include_str!("index.css"))) }
},
html! {
form {