anthracite/src/error_pages/404.html
Nicholas Orlowsky 6c9f7f7c49
restructuring
2023-10-18 14:09:26 -04:00

13 lines
292 B
HTML

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