mirror of
https://github.com/caddyserver/website.git
synced 2025-04-26 06:56:15 -04:00
Continue work on marketing pages
This commit is contained in:
parent
c17c984546
commit
01a9c8a525
8 changed files with 887 additions and 624 deletions
24
new/download.html
Normal file
24
new/download.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Download Caddy</title>
|
||||
{{include "/includes/head.html"}}
|
||||
<link rel="stylesheet" href="/resources/css/download.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="hero">
|
||||
{{include "/includes/header.html" "light-header"}}
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<div class="wrapper">
|
||||
Hello, world!
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
{{include "/includes/footer.html"}}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue