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

12 lines
No EOL
342 B
HTML

<html>
<head><title>Internal Server Error</title></head>
<body>
<center>
<h1>500 - Internal Server Error</h1>
<hr>
<p>Internal Server Error</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>