caddy-website/new/download.html

24 lines
389 B
HTML
Raw Normal View History

2023-10-02 17:11:59 -06:00
<!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>