anthracite/error_pages/500.html

13 lines
344 B
HTML
Raw Normal View History

2023-09-07 23:33:22 +00:00
<html>
<head><title>Not Found</title></head>
<body>
<center>
<h1>500 - Internal Server Error</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>