diff --git a/internal/server/static/style.css b/internal/server/static/style.css new file mode 100644 index 0000000..e474d8b --- /dev/null +++ b/internal/server/static/style.css @@ -0,0 +1,3 @@ +body { + background-color: white; +} diff --git a/internal/server/templates/layout/layout.gohtml b/internal/server/templates/layout/layout.gohtml index 2780ab6..81d2e64 100644 --- a/internal/server/templates/layout/layout.gohtml +++ b/internal/server/templates/layout/layout.gohtml @@ -1,17 +1,21 @@ {{define "layout"}} - - - {{template "title" .}} - - - -
-

{{template "title" .}}

-
- - {{template "main" .}} - + + + + {{template "title" .}} + + + + + +
+

{{template "title" .}}

+
+ + {{template "main" .}} + + {{end}}