Django really wanted a 404 template.
[htsworkflow.git] / htsworkflow / frontend / templates / 404.html
1 <html>
2     <head>
3         <title>404 - Not Found</title>
4     </head>
5     <body>
6         Nothing, emptiness, void...
7     </body>
8 </html>
9