mirror of
https://github.com/caddyserver/website.git
synced 2025-05-02 01:39:13 -04:00
11 lines
215 B
HTML
11 lines
215 B
HTML
![]() |
<!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>
|