caddy-website/src/account/logout.html

11 lines
215 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Logout - Caddy</title>
2022-02-10 02:30:58 +07:00
{{include "/includes/account/head.html"}}
<script src="/resources/js/account/logout.js"></script>
</head>
<body>
Logging out...
</body>
</html>