diff --git a/src/download.html b/src/download.html index 5151c55..b78a811 100644 --- a/src/download.html +++ b/src/download.html @@ -18,6 +18,10 @@ {{include "/includes/header-nav.html"}} +
+ ⚠️ Due to multiple outstanding bugs in the go command, we are aware the some downloads may hang or fail. In the meantime, you can download Caddy from the latest release on GitHub, or use xcaddy for custom builds. (Remember, this download page comes with no guarantees or SLAs.) Sorry for the inconvenience. +
+
diff --git a/src/resources/css/download.css b/src/resources/css/download.css index adca9bf..e3ef08c 100644 --- a/src/resources/css/download.css +++ b/src/resources/css/download.css @@ -2,6 +2,18 @@ body { background-color: #f0f6f9; } +.notice { + border: 1px solid hsl(42.1, 100%, 46.7%); + line-height: 1.5; + background: hsl(23.2, 100%, 93.9%); + border-radius: 5px; + padding: 1em 2em; +} + +.notice code { + padding: 0 +} + .download-bar { display: flex; justify-content: space-between;