Deployment test site

Multi-page static site for verifying routing, asset loading, and link resolution after a deployment.

CSS loaded, navigation present, links resolve — deployment checks passing

Deployment checklist

📄

HTML renders

DOCTYPE, charset, viewport meta, and semantic structure are all present.

🎨

CSS loads

External styles.css linked via relative path — if you see colors and layout, it loaded.

🔗

Relative links

Nav links point to about.html and contact.html using bare relative paths.

📱

Responsive

Viewport meta is set; grid collapses to a single column on narrow viewports.

🔒

No mixed content

All assets are relative — no HTTP embeds that would break on HTTPS deployments.

🧭

Multi-page routing

Three pages: index.html, about.html, contact.html.