mirror of
https://github.com/caddyserver/website.git
synced 2025-06-17 19:55:09 -04:00
Initial commit
This commit is contained in:
commit
03b6fddeb0
77 changed files with 7599 additions and 0 deletions
9
src/includes/header-nav.html
Normal file
9
src/includes/header-nav.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue