1
0

update example

This commit is contained in:
Arpad Ryszka 2025-11-03 03:09:46 +01:00
parent d191d644af
commit e262eca50a

View File

@ -30,7 +30,7 @@ func main() {
), ),
Body( Body(
H1("Hello, world!"), H1("Hello, world!"),
P("This a sample HTML page."), P("This is a sample HTML page."),
), ),
), ),
) )