diff --git a/internal/server/templates/login.html b/internal/server/templates/login.html index 557ac25..bb73994 100644 --- a/internal/server/templates/login.html +++ b/internal/server/templates/login.html @@ -1,12 +1,18 @@ {{ define "login" }} {{ template "head" "Log in" }} -{{ template "header" false }} -
-
-

Log in

+
+
+
+ +

Artifacto

+

self-hosted HTML artifact publisher

+
+ {{ if .Error }}
{{ .Error }}
{{ end }} +
-{{ template "footer" }} + + {{ end }}