diff --git a/public/css/general.css b/public/css/general.css new file mode 100644 index 0000000..bbe2663 --- /dev/null +++ b/public/css/general.css @@ -0,0 +1,3 @@ +h1 { + text-align: center; +} diff --git a/public/css/index.css b/public/css/index.css index bbe2663..e69de29 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -1,3 +0,0 @@ -h1 { - text-align: center; -} diff --git a/public/html/general.gohtml b/public/html/general.gohtml new file mode 100644 index 0000000..ef11275 --- /dev/null +++ b/public/html/general.gohtml @@ -0,0 +1,3 @@ +{{ define "general-html" }} + +{{ end }} diff --git a/public/html/index.gohtml b/public/html/index.gohtml index 8c55116..1ef9920 100644 --- a/public/html/index.gohtml +++ b/public/html/index.gohtml @@ -4,6 +4,7 @@ AGECEM + {{ template "general-html" }}