From 65222dedc00babcb1e09601a9732c4e80a01467e Mon Sep 17 00:00:00 2001 From: Jeff Baskin Date: Mon, 21 Mar 2022 14:15:51 -0400 Subject: [PATCH] Added Jenkins server to temp home page. --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 125adc0..81d9857 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,8 @@ async fn home(_req: Request<()>) -> tide::Result {

Welcome to BaskinPrattle.

-

The code for the site is here.

+

The code for the site is here.

+

And the latest x86_64 Linux build is here.

"); res.append_header("Content-Type", "text/html; charset=UTF-8");