caddy-website/new/download.html
2023-12-08 18:49:07 -05:00

24 lines
No EOL
389 B
HTML

<!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>