Added random change to trigger Jenkins.
This commit is contained in:
		@@ -19,8 +19,10 @@ 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");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user