This commit is contained in:
2025-08-01 17:11:05 +02:00
parent e46f024a75
commit b45b962831

View File

@@ -4,7 +4,10 @@ use maud::{html, Markup, PreEscaped};
pub(super) async fn index() -> Markup {
new(html! {
hgroup {
h1 { "Digital Shadows" (PreEscaped("—")) "Who owns your data?" }
h1 { "Digital Shadows" (PreEscaped("—")) "Who owns your "
mark { "data" }
"?"
}
p {
"What happens when your digital shadow takes shape: tangible, interrogative, observant?"
}