@ -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."),
The note is not visible to the blocked user.