caddy-website/src/account/logout.html

13 lines
277 B
HTML
Raw Normal View History

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