summaryrefslogtreecommitdiff
path: root/pkg/webui/html/logout.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkg/webui/html/logout.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/webui/html/logout.html b/pkg/webui/html/logout.html
new file mode 100644
index 0000000..e9203d4
--- /dev/null
+++ b/pkg/webui/html/logout.html
@@ -0,0 +1,5 @@
+{{ define "main" }}
+<main class="responsive">
+ <h5>Logout successful</h5>
+</main>
+{{ end }}