mirror of
https://github.com/caddyserver/website.git
synced 2025-05-02 17:59:13 -04:00
Account portal, download page, non-standard module docs
This ends v1 on the website. Docs archive still available through a sidebar nav link in the docs.
This commit is contained in:
parent
49ed10d267
commit
4f6d355a97
37 changed files with 1678 additions and 56 deletions
11
src/account/logout.html
Normal file
11
src/account/logout.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue