Make a slightly less confusing 404 error message
[htsworkflow.git] / htsworkflow / frontend / templates / 404.html
index fd7bae179be863c4af512d9aedf8bb4b52dddc3b..687b49a94ab005c43429c42ca7b86943896d1fba 100644 (file)
@@ -3,7 +3,9 @@
         <title>404 - Not Found</title>
     </head>
     <body>
-        Nothing, emptiness, void...
+        <h1>404 - Not Found</h1>
+        <p>The URL you tried to reach does not appear to exist, 
+           if you have reason to believe this in error, please try again later.</p>
     </body>
 </html>