caddy-website/src/account/logout.html
2023-12-08 18:50:27 -05:00

12 lines
277 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Logout - Caddy</title>
{{import "/old/includes/account/head.html"}}
{{template "account-head"}}
<script src="/old/resources/js/account/logout.js{{template "cacheBust"}}"></script>
</head>
<body>
Logging out...
</body>
</html>