diff options
Diffstat (limited to '')
-rw-r--r-- | pkg/webui/html/error.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/webui/html/error.html b/pkg/webui/html/error.html index d2ea7e1..cda21f6 100644 --- a/pkg/webui/html/error.html +++ b/pkg/webui/html/error.html @@ -1,6 +1,6 @@ {{ define "main" }} -<article> - <h1>{{ .Status }} - {{ .StatusText }}</h1> - <p>{{ .Err }}</p> -</article> +<main class="responsive"> +<h5>{{ .Status }} - {{ .StatusText }}</h5> +<p>{{ .Err }}</p> +</main> {{ end }} |