anthracite/src/error_pages/404.html
2023-10-20 00:45:20 -04:00

12 lines
No EOL
306 B
HTML

<html>
<head><title>Not Found</title></head>
<body>
<center>
<h1>404 - Not Found</h1>
<hr>
<p>Not Found</p>
<p>Anthracite/0.1.5</p>
<p><small><a href="https://github.com/nickorlow/anthracite">This is Open Source Software</small></a></p>
</center>
</body>
</html>