mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 14:06:17 -04:00
24 lines
No EOL
389 B
HTML
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> |