Update 'README.md'

Add links to error pages.
This commit is contained in:
manfromhuh 2022-12-20 16:56:55 -05:00
parent 858d880837
commit b91d699261

View File

@ -92,11 +92,11 @@ This directory contains the files and libraries used to render the site's pages.
* [modal.php](/git/20xd6/simple_blog/src/branch/master/common/php/modal.php) - Adds the modal `<div>` for displaying the image pop out.
* [page_menu.php](/git/20xd6/simple_blog/src/branch/master/common/php/page_menu.php) - Generates a menu from the files and directories where it's run from.
#### /common/error_pages/
#### [/common/error_pages/](/git/20xd6/simple_blog/src/branch/master/common/error_pages)
* [/common/403.php]() - The 403 not allowed page.
* [/common/404.php]() - The 404 page.
* [/common/500.php]() - Displayed for all HTTP 500 errors
* [403.php](/git/20xd6/simple_blog/src/branch/master/common/error_pages/403.php) - The 403 not allowed page.
* [404.php](/git/20xd6/simple_blog/src/branch/master/common/error_pages/404.php) - The 404 page.
* [500.php](/git/20xd6/simple_blog/src/branch/master/common/error_pages/500.php) - Displayed for all HTTP 500 errors
#### /common/imgs/