remove error pages directory

This commit is contained in:
Nicholas Orlowsky 2023-10-20 00:46:04 -04:00
parent b28891adb5
commit d19c4efad3
No known key found for this signature in database
GPG key ID: BE7DF0188A405E2B
2 changed files with 0 additions and 24 deletions

View file

@ -1,12 +0,0 @@
<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>

View file

@ -1,12 +0,0 @@
<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>