About this site
A placeholder page so there's real content to route to and render.
This is a static multi-page site built on Bootstrap 5. There is no database, no server-side processing, and no external dependencies beyond the Bootstrap CDN. Every page is a standalone HTML file that links to the others through the shared navbar, which makes it a clean target for testing path-based routing, redirects, custom domains, and TLS.
Because it's entirely static, it can be hosted from any web server or object store: an IIS site, Apache, nginx, a storage account configured for static hosting, or a CDN origin.
Copy the whole folder into your web root. On IIS that's the site's
physical path;
index.html should already be in the default document list.No. It uses client-side validation only and does not post to a
backend, so it's safe to leave exposed on a test host.
It's a tiny, dependency-free page meant as a health-probe target so a
probe checks a known path rather than the full homepage.
At a glance
- Framework Bootstrap 5.3
- Pages 6
- Build step None
- Server code None