diff options
Diffstat (limited to 'examples/simple/simple.go')
-rw-r--r-- | examples/simple/simple.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/simple/simple.go b/examples/simple/simple.go index 92bc8cc..56747e4 100644 --- a/examples/simple/simple.go +++ b/examples/simple/simple.go @@ -44,6 +44,7 @@ func page(props pageProps) g.Node { ), el.Body( navbar(navbarProps{path: props.path}), + el.Hr(), el.H1(props.title), el.P(g.Text(fmt.Sprintf("Welcome to the page at %v.", props.path))), el.P(g.Text(fmt.Sprintf("Rendered at %v", time.Now()))), |