diff --git a/public/images/header_agecem.png b/public/images/header_agecem.png new file mode 100644 index 0000000..5607c2a Binary files /dev/null and b/public/images/header_agecem.png differ diff --git a/public/public.go b/public/public.go index 585aafd..e306589 100644 --- a/public/public.go +++ b/public/public.go @@ -10,7 +10,7 @@ package public import "embed" -//go:embed css/*.css js/*.js fonts/* icones/* +//go:embed css/*.css js/*.js fonts/* icones/* images/* var publicFS embed.FS func GetPublicFS() embed.FS { diff --git a/templates/html/admin-upload.html b/templates/html/admin-upload.html index 11b45a7..f95fb4d 100644 --- a/templates/html/admin-upload.html +++ b/templates/html/admin-upload.html @@ -35,6 +35,7 @@

{{ .Message }}

+ {{ template "footer-html" }} {{ end }} diff --git a/templates/html/admin.html b/templates/html/admin.html index 3a5e0c8..ae73b66 100644 --- a/templates/html/admin.html +++ b/templates/html/admin.html @@ -15,6 +15,7 @@