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>
|
|
|
|
|
|
|
|
<meta http-equiv="refresh" content="5;url=/" />
|
|
|
|
<p>
|
|
|
|
Logged out successfully.
|
|
|
|
You should be redirected to <a href="/">/</a> in 5 seconds.
|
|
|
|
<script>
|
|
|
|
localStorage.removeItem("arime-token");
|
|
|
|
</script>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</main>
|
|
|
|
{{end}}
|