Basic Informational Site

Source code: https://github.com/gofhilman/basic-informational-site
Website: https://basic-informational-site-1r1b.onrender.com/
This is a basic informational site built using Express server. It serves as a simple example of a static website with multiple pages, including a homepage, an about page, a contact page, and a 404 error page.
Features
- Homepage: Provides an overview of the site and links to other pages.
- 404 Page: A custom error page for non-existent routes.
- Express.js Server: Serves the HTML files dynamically.
Tech stack
- Backend: Node.js with Express.js
- File System: Node.js fs module for reading HTML files