Initial commit

This commit is contained in:
Matthew Holt 2020-01-24 12:47:52 -07:00
commit 03b6fddeb0
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
77 changed files with 7599 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<!--TODO: add class="current" to the current link-->
<nav>
<a href="https://github.com/caddyserver/caddy/releases">Download</a>
<a href="/docs/">Documentation</a>
<a href="https://github.com/caddyserver/caddy/tree/v2">GitHub</a>
<a href="https://caddy.community">Community</a>
<a href="/v1/">v1</a>
<a href="https://www.ardanlabs.com/my/contact-us?dd=caddy" class="red button">Support</a>
</nav>