diff options
Diffstat (limited to '')
-rw-r--r-- | pkg/webui/html/logout.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/webui/html/logout.html b/pkg/webui/html/logout.html index 58191c0..e9203d4 100644 --- a/pkg/webui/html/logout.html +++ b/pkg/webui/html/logout.html @@ -1,5 +1,5 @@ {{ define "main" }} -<article> - <p>Logout successful</p> -</article> +<main class="responsive"> + <h5>Logout successful</h5> +</main> {{ end }} |