Removed jenkins trigger change.

This commit is contained in:
Jeff Baskin 2022-03-23 13:49:04 -04:00
parent 0066dc820d
commit 365133a10d
1 changed files with 0 additions and 2 deletions

View File

@ -19,10 +19,8 @@ async fn home(_req: Request<()>) -> tide::Result {
<html>
<body>
<h1>Welcome to BaskinPrattle.</h1>
<p>The code for the site is <a href=\"https://gitea.baskinprattle.com/jbaskin/morethantext-web\">here</a>.</p>
<p>And the latest x86_64 Linux build is <a href=\"https://jenkins.baskinprattle.com/job/morethantext-web/\">here</a>.</p>
</body>
</html>");
res.append_header("Content-Type", "text/html; charset=UTF-8");