Pages
Each route is a file in src/pages. Plain HTML in .astro files.
Northwind is plain HTML and CSS on top of Astro. No build-time magic, no utility classes to memorize — just semantic markup and a single stylesheet you fully control.
Each route is a file in src/pages. Plain HTML in .astro files.
Reusable pieces like the header and footer live in src/components.
One stylesheet, src/styles/main.css — one semantic class per rule.