2024-08-05 00:23:17 +00:00
|
|
|
{{define "head"}}
|
2024-08-31 14:25:44 +00:00
|
|
|
<title>Admin - ari melody 💫</title>
|
2024-08-05 00:23:17 +00:00
|
|
|
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
|
|
|
|
|
|
|
|
<style>
|
|
|
|
p a {
|
|
|
|
color: #2a67c8;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
{{end}}
|
|
|
|
|
|
|
|
{{define "content"}}
|
|
|
|
<main>
|
|
|
|
|
2025-01-23 00:37:19 +00:00
|
|
|
<meta http-equiv="refresh" content="0;url=/admin/login" />
|
2024-08-05 00:23:17 +00:00
|
|
|
<p>
|
|
|
|
Logged out successfully.
|
2025-01-23 00:37:19 +00:00
|
|
|
You should be redirected to <a href="/admin/login">/admin/login</a> shortly.
|
2024-08-05 00:23:17 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
</main>
|
|
|
|
{{end}}
|