[TASK] remove frontend process and change headline font
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
use crate::page::new;
|
||||
use maud::{html, Markup, PreEscaped};
|
||||
use maud::{html, Markup};
|
||||
|
||||
pub(super) async fn index() -> Markup {
|
||||
new(html! {
|
||||
h1 {
|
||||
"Digital Shadows"
|
||||
}
|
||||
hgroup {
|
||||
h1 { "Digital Shadows" (PreEscaped("—")) "Who owns your "
|
||||
h2 {
|
||||
"Who owns your "
|
||||
mark { "data" }
|
||||
"?"
|
||||
}
|
||||
|
Reference in New Issue
Block a user