page-template
HTML Showcase — Page Template
Self-Evolving Skill: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.
A static HTML mini-site whose navigation structure is the filesystem
layout itself. Every page links to a shared CSS kernel served from
jsDelivr; an auto-discovered nav rail and a master site-map.html are
generated by scripts/build-nav.py from whatever directories you create
under the site root. Pages are pure HTML with optional per-page CSS
overrides. The architecture is built on five principles — read
references/principles.md first to
internalize the WHY before extending or forking, and
references/sitemap.md for the navigation
contract.