hello, world

A tiny Go server serving a single page from the standard library.

This page is rendered server-side by a small Go program using only the standard library — net/http for routing, html/template for rendering, and embed to bake the templates into the binary.