caddy-website/src/account/logout.html

13 lines
269 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Logout - Caddy</title>
2023-08-11 12:03:17 -04:00
{{import "/includes/account/head.html"}}
{{template "account-head"}}
<script src="/resources/js/account/logout.js{{template "cacheBust"}}"></script>
</head>
<body>
Logging out...
</body>
2023-08-11 12:03:17 -04:00
</html>