This repository hosts the page served on https://aeonscript.io.
It is a thin redirect target. The real project lives at:
- 🌐 Main site : https://aeonscript.org
- 📦 Main repo : https://github.com/aeonscript-spec/aeonscript
A single index.html that:
- Sets
<meta http-equiv="refresh">to redirect to https://aeonscript.org/explainer-3d.html after 2 seconds - Renders a small AeonScript-branded "loading" card while the redirect happens
- Has a fallback JavaScript redirect at 2.2 seconds
The page is also a working landing in its own right — if the user has JavaScript disabled or the meta-refresh fails, they still see the AeonScript branding and a "Continue now →" button.
aeonscript.org and aeonscript.io are both served via GitHub Pages, but Pages only allows one custom domain per repository (via the CNAME file). Hence:
aeonscript-spec/aeonscript→ publishesaeonscript.orgfrom itsdocs/folderaeonscript-spec/aeonscript-io→ publishesaeonscript.iofrom its root
If the canonical 3D explainer URL ever changes, update the <meta http-equiv="refresh"> target and the JS setTimeout in index.html.
MIT — same as the main AeonScript project.