caddy-website/new/download.html
Francis Lavoie 5e93103dce
Re-add cache busting
Fix docs
2023-12-08 18:49:07 -05:00

25 lines
435 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Download Caddy</title>
{{import "/includes/head.html"}}
{{template "head"}}
<link rel="stylesheet" href="/resources/css/download.css{{template "cacheBust"}}">
</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>