mirror of
https://github.com/caddyserver/website.git
synced 2025-06-20 05:04:56 -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
5
src/includes/account-head.html
Normal file
5
src/includes/account-head.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{include "/includes/head.html"}}
|
||||
<link rel="stylesheet" href="/resources/css/account/common.css">
|
||||
<script src="/resources/js/jquery-3.4.1.min.js"></script>
|
||||
<script src="/resources/js/sweetalert.min.js"></script>
|
||||
<script src="/resources/js/account/common.js"></script>
|
Loading…
Add table
Add a link
Reference in a new issue