A blank design theme for the Site app: no markup, no CSS, no JavaScript of its own. Ask an AI for a landing page as a single HTML file, paste the result into a new page — and that is exactly what visitors see.
- Page content goes straight into <body>: no wrappers, no grid, no CSS reset.
- Every page is a separate HTML document: a landing page, documentation and a promo screen inherit nothing from each other.
- Webasyst hooks are kept: plugin CSS and JS, counters and custom head code are linked as usual.
- Code shared by every page — fonts, a CSS framework, analytics — lives in one theme file, head.html.
- jQuery is not linked: a blank page stays blank.