restructure + parser + readme updates

This commit is contained in:
Nicholas Orlowsky 2023-09-07 19:33:22 -04:00
parent c726e6cf28
commit b4265fe9c3
No known key found for this signature in database
GPG key ID: 24C84C4DDAD95065
10 changed files with 778 additions and 149 deletions

12
error_pages/500.html Normal file
View file

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