4IRL / urls4irl

Sharing URL's with friends.
3 stars 0 forks source link

Add Error Page Handling for 404 Status Code #137

Closed GPropersi closed 7 months ago

GPropersi commented 7 months ago

Adds an HTML page for a 404 status code. Lets Flask handle 404 status codes automatically by sending them to this error page.

Closes #3.