chore: record iqon host split

This commit is contained in:
Sergei Vasilev
2026-05-20 19:08:03 +03:00
parent c59f26735e
commit 1eb0852b63
@@ -165,6 +165,26 @@ Observed signal:
- Live HTML loads `wp-content/themes/iqon/css/style.css`. - Live HTML loads `wp-content/themes/iqon/css/style.css`.
- Live HTML no longer contains `theme-color`, `.topbar`, or `.hero-cloud` from `new_redesign`. - Live HTML no longer contains `theme-color`, `.topbar`, or `.hero-cloud` from `new_redesign`.
## Host Split: Apex Legacy, WWW New Design
Owner clarified that the new design is needed on `www.iqon.com`, while the apex `iqon.com` should remain on the old WordPress design.
Implemented state:
- `https://iqon.com/` serves the legacy WordPress homepage.
- `https://www.iqon.com/` serves `index-www-new-redesign.html`.
- `styles.css` and `script.js` are available for the `www` static design.
- WordPress files remain in place for the apex host.
Observed signal:
- `https://iqon.com/` returns `200 text/html; charset=UTF-8`.
- Apex HTML contains `Hows business?`.
- Apex HTML contains `wp-content/themes/iqon`.
- `https://www.iqon.com/` returns `200 text/html`.
- WWW HTML contains `theme-color` `#09090b`.
- WWW HTML contains `.topbar` and `.hero-cloud`.
--- ---
*Created: 20 May 2026* *Created: 20 May 2026*