update example
This commit is contained in:
parent
bf3d13fd8d
commit
d191d644af
@ -24,7 +24,10 @@ func main() {
|
|||||||
html.Indent(),
|
html.Indent(),
|
||||||
Doctype("html"),
|
Doctype("html"),
|
||||||
Html(
|
Html(
|
||||||
Head(Title("Hello, world!")),
|
Head(
|
||||||
|
Title("Hello, world!"),
|
||||||
|
Meta("charset", "utf-8"),
|
||||||
|
),
|
||||||
Body(
|
Body(
|
||||||
H1("Hello, world!"),
|
H1("Hello, world!"),
|
||||||
P("This a sample HTML page."),
|
P("This a sample HTML page."),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user