Example prototype
A self-contained starting template. Copy this folder, rename it, replace the contents.
If this page renders at /example, routing and fonts work correctly.
Conventions to follow:
- Put all CSS in
<style>, all JS in<script>— inline, no separate files. - Use
/public/fonts/...and/public/images/...for shared assets. - See how/index.html for a full SEO + design-system reference.