mirror of
https://github.com/caddyserver/website.git
synced 2025-05-01 17:29:14 -04:00
12 lines
269 B
HTML
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>
|