caddy-website/new/download.html

26 lines
435 B
HTML
Raw Normal View History

2023-10-02 17:11:59 -06:00
<!DOCTYPE html>
<html>
<head>
<title>Download Caddy</title>
2023-11-19 06:28:06 -05:00
{{import "/includes/head.html"}}
{{template "head"}}
<link rel="stylesheet" href="/resources/css/download.css{{template "cacheBust"}}">
2023-10-02 17:11:59 -06:00
</head>
<body>
<div class="hero">
{{include "/includes/header.html" "light-header"}}
<main>
<div class="wrapper">
Hello, world!
</div>
</main>
{{include "/includes/footer.html"}}
</body>
2023-11-19 06:28:06 -05:00
</html>