About

What this is.

A minimal site used to verify the path from local files, through a private GitHub repository, to a live host.

The stack

Markup
Two hand-written HTML pages, index.html and about.html, in public/.
Styling
A single style.css with a light and dark palette driven by prefers-color-scheme.
Server
A zero-dependency server.js on node:http, serving public/ and nothing above it.
Source control
A private repository under the ErikBernskiold GitHub account.
Hosting
agenthost's Node runtime, which starts the server with npm start.

Why bother

Small sites are the cheapest way to test a deployment pipeline. If two pages and a stylesheet arrive intact, with working links and HTTPS, the pipeline works — and anything more elaborate is a content problem rather than a plumbing one.

Back to home