Hero illustration

Server Test Demo Site

Use this site to test static file serving, routing, MIME types, and path resolution on your local server.

What's Included

📄

HTML Pages

Three pages: index.html, about.html, contact.html — test multi-page routing.

🎨

CSS Files

css/style.css and css/dark.css — test stylesheet loading and subpath resolution.

JavaScript

js/main.js and js/utils.js — test JS module loading and script execution.

🖼️

SVG Images

images/logo.svg, hero.svg, avatar.svg — test image MIME types and paths.

🔌

JSON API

api/data.json — test JSON content-type headers and API-like route handling.

🌐

Assets

assets/favicon.svg — test favicon loading and root-relative asset paths.

File Paths Reference

PathTypeDescription