A lightweight, pure HTML/CSS/JS coming-soon landing page.
- Black background with a clean floating banner hero
- Centered banner image loaded from
banner.png - Social icon row below the banner
- Two CTA buttons: Demo and Docs
- Project color accents:
#ff8383and#005899 - Favicon loaded from
logo.png
index.html: Complete page (markup, styles, and tiny JS wiring)banner.png: Main centered banner artworklogo.png: Favicon/logo
In index.html, update these values near the bottom:
demoUrldocsUrl
Also replace # in social links with your real profile URLs.
Open index.html in any browser.