2023-04-14 20:54:26 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Caddy - The Ultimate Server with Automatic HTTPS</title>
|
|
|
|
{{include "/includes/head.html"}}
|
2023-09-19 09:30:32 -06:00
|
|
|
|
|
|
|
<link rel="stylesheet" href="/resources/css/vendor/asciinema-player-3.6.1.css">
|
|
|
|
<script src="/resources/js/vendor/asciinema-player-3.6.1.min.js"></script>
|
|
|
|
|
2023-04-14 20:54:26 -06:00
|
|
|
<link rel="stylesheet" href="/resources/css/home.css">
|
2023-09-19 09:30:32 -06:00
|
|
|
|
2023-04-14 20:54:26 -06:00
|
|
|
<!-- <meta property="og:title" content="Caddy 2 - The Ultimate Server with Automatic HTTPS">
|
2023-09-19 09:30:32 -06:00
|
|
|
<meta name="twitter:title" value="Caddy 2 - The Ultimate Server with Automatic HTTPS"> -->
|
2023-04-14 20:54:26 -06:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="hero">
|
2023-05-26 23:12:07 -06:00
|
|
|
{{include "/includes/header.html" "dark-header"}}
|
2023-09-19 09:30:32 -06:00
|
|
|
|
|
|
|
<div class="wrapper">
|
|
|
|
<div class="vertical-padding">
|
|
|
|
<div class="asides">
|
|
|
|
<div>
|
|
|
|
<h1>
|
|
|
|
<div class="color-dodge">
|
|
|
|
<div class="the">The</div>
|
|
|
|
Ultimate Server
|
|
|
|
</div>
|
|
|
|
<div class="sub-h1">
|
|
|
|
makes your sites more <b>secure</b>, more <b>reliable</b>, and more <b>scalable</b> more <b>easily</b>.
|
|
|
|
</div>
|
|
|
|
</h1>
|
2023-09-19 23:03:11 -06:00
|
|
|
|
|
|
|
<div class="action-buttons">
|
|
|
|
<a href="/download" class="button primary">Download</a>
|
|
|
|
<a href="/docs/" class="button cool">Docs<sh></sh></a>
|
|
|
|
</div>
|
2023-09-19 09:30:32 -06:00
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<div class="display right">
|
|
|
|
<div class="caption">
|
|
|
|
<div id="demo"></div>
|
|
|
|
Play screencast to see Caddy serve HTTPS in < 1 minute.
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-04-14 20:54:26 -06:00
|
|
|
</div>
|
|
|
|
|
2023-09-19 09:30:32 -06:00
|
|
|
|
|
|
|
<script>
|
|
|
|
AsciinemaPlayer.create('/resources/321140.cast', $('#demo'), {
|
|
|
|
preload: true,
|
|
|
|
autoPlay: true,
|
|
|
|
controls: true
|
|
|
|
});
|
|
|
|
</script>
|
2023-04-14 20:54:26 -06:00
|
|
|
</body>
|
|
|
|
</html>
|