Added role information to the home page.
This commit is contained in:
parent
b5f5cbdbbe
commit
df3abfa4d0
@ -27,6 +27,7 @@ async fn home(_req: Request<()>) -> tide::Result {
|
||||
<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>
|
||||
<p>There is also an ansible role for installation <a href=\"https://gitea.baskinprattle.com/jbaskin/role-morethantext.git\">here</a>.</p>
|
||||
</body>
|
||||
</html>");
|
||||
res.append_header("Content-Type", "text/html; charset=UTF-8");
|
||||
|
Loading…
Reference in New Issue
Block a user