anthracite/error_pages/404.html
Nicholas Orlowsky c9fdf3b85d
init commit
2023-09-06 16:44:29 -04:00

13 lines
332 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>Created by Nicholas Orlowsky </small> - <a href="https://github.com/nickorlow/anthracite"><small>This is Open Source Software</small></a></p>
</center>
</body>
</html>