Added random change to trigger Jenkins.
This commit is contained in:
parent
3311c7300e
commit
0066dc820d
@ -19,8 +19,10 @@ async fn home(_req: Request<()>) -> tide::Result {
|
|||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<h1>Welcome to BaskinPrattle.</h1>
|
<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>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>
|
<p>And the latest x86_64 Linux build is <a href=\"https://jenkins.baskinprattle.com/job/morethantext-web/\">here</a>.</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>");
|
</html>");
|
||||||
res.append_header("Content-Type", "text/html; charset=UTF-8");
|
res.append_header("Content-Type", "text/html; charset=UTF-8");
|
||||||
|
Loading…
Reference in New Issue
Block a user