1
0

add doctype in readme example

This commit is contained in:
Arpad Ryszka 2025-10-07 17:24:38 +02:00
parent d24dc40164
commit dafe923ab1

View File

@ -19,6 +19,7 @@ func main() {
html.RenderIndent( html.RenderIndent(
os.Stdout, os.Stdout,
html.Indent(), html.Indent(),
Doctype("html"),
Html( Html(
Head(Title("Hello, world!")), Head(Title("Hello, world!")),
Body( Body(