WesleyMcGinn / NBPSP-Website

This is the code for the official website for the New Buffalo Physics Skate Park (NBPSP).
https://nbpsp.nbas.org
1 stars 0 forks source link

No 404 Page #3

Closed WesleyMcGinn closed 2 months ago

WesleyMcGinn commented 1 year ago

The server currently returns the default home page when the user tries to go to a nonexistent file. So that users don't keep using the wrong URL to get to the home page, a 404 page should be designed and added to the server request handler.

WesleyMcGinn commented 2 months ago

This repository does not handle server code. This is client-side code only.