Tweak title to match h1

This commit is contained in:
Joscha 2024-05-05 03:44:45 +02:00
parent 8f9d304761
commit 4a58ad892e

View file

@ -10,7 +10,7 @@ fn page(head: Markup, body: Markup) -> Markup {
head {
meta charset="utf-8";
meta name="viewport" content="width=device-width, initial-scale=1";
title { "KIT time sheets" }
title { "AbzDokGen" }
(head)
}
body { (body) }