caddy-website/src/account/logout.html
2023-08-11 12:03:17 -04:00

12 lines
269 B
HTML

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