mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 14:06:17 -04:00
16 lines
No EOL
497 B
HTML
16 lines
No EOL
497 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Caddy - The Ultimate Server with Automatic HTTPS</title>
|
|
{{include "/includes/head.html"}}
|
|
<link rel="stylesheet" href="/resources/css/home.css">
|
|
<!-- <meta property="og:title" content="Caddy 2 - The Ultimate Server with Automatic HTTPS">
|
|
<meta name="twitter:title" value="Caddy 2 - The Ultimate Server with Automatic HTTPS"> -->
|
|
</head>
|
|
<body>
|
|
<div class="hero">
|
|
{{include "/includes/header.html" "logo-dark.svg"}}
|
|
</div>
|
|
|
|
</body>
|
|
</html> |