caddy-website/src/account/logout.html

11 lines
215 B
HTML
Raw Normal View History

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