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/a-propos.gohtml b/public/html/a-propos.gohtml new file mode 100644 index 0000000..d4cd169 --- /dev/null +++ b/public/html/a-propos.gohtml @@ -0,0 +1,14 @@ +{{ define "a-propos-html" }} + + + + + AGECEM | À propos + {{ template "general-html" }} + + + {{ template "header-html" }} +

À propos

+ + +{{ end }} diff --git a/public/html/actualite.gohtml b/public/html/actualite.gohtml new file mode 100644 index 0000000..de6bbb1 --- /dev/null +++ b/public/html/actualite.gohtml @@ -0,0 +1,14 @@ +{{ define "actualite-html" }} + + + + + AGECEM | Actualité + {{ template "general-html" }} + + + {{ template "header-html" }} +

Actualité

+ + +{{ end }} diff --git a/public/html/documentation.gohtml b/public/html/documentation.gohtml new file mode 100644 index 0000000..813d77e --- /dev/null +++ b/public/html/documentation.gohtml @@ -0,0 +1,14 @@ +{{ define "documentation-html" }} + + + + + AGECEM | Documentation + {{ template "general-html" }} + + + {{ template "header-html" }} +

Documentation

+ + +{{ end }} diff --git a/public/html/formulaires.gohtml b/public/html/formulaires.gohtml new file mode 100644 index 0000000..eb8dc7e --- /dev/null +++ b/public/html/formulaires.gohtml @@ -0,0 +1,14 @@ +{{ define "formulaires-html" }} + + + + + AGECEM | Formulaires + {{ template "general-html" }} + + + {{ template "header-html" }} +

Formulaires

+ + +{{ end }} 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/header.gohtml b/public/html/header.gohtml index 7769d51..f5bc28b 100644 --- a/public/html/header.gohtml +++ b/public/html/header.gohtml @@ -1,4 +1,4 @@ -{{ define "header" }} +{{ define "header-html" }}