Make a slightly less confusing 404 error message
[htsworkflow.git] / htsworkflow / frontend / templates / 404.html
1 <html>
2     <head>
3         <title>404 - Not Found</title>
4     </head>
5     <body>
6         <h1>404 - Not Found</h1>
7         <p>The URL you tried to reach does not appear to exist, 
8            if you have reason to believe this in error, please try again later.</p>
9     </body>
10 </html>
11