1
0

update example

This commit is contained in:
Arpad Ryszka 2025-11-03 03:08:00 +01:00
parent bf3d13fd8d
commit d191d644af

View File

@ -24,7 +24,10 @@ func main() {
html.Indent(),
Doctype("html"),
Html(
Head(Title("Hello, world!")),
Head(
Title("Hello, world!"),
Meta("charset", "utf-8"),
),
Body(
H1("Hello, world!"),
P("This a sample HTML page."),