Placeholder "Coming Soon" landing page for ShibFun — the Shiba Inu (SHIB) token
logo + Shib/Fun wordmark, styled to match the ShibHub / ShibSports design system
(near-black backdrop, warm orange glow, Shib.io colors).
Zero-build static site (plain HTML/CSS/SVG). Deploys to Vercel as-is with no configuration.
index.html # page markup
styles.css # styling, gradients, animations
assets/shib.png # official Shiba Inu (SHIB) logo — also used as favicon
vercel.json # clean URLs + security headers
The logo is the official Shiba Inu token mark (source: CoinGecko).
Open index.html in a browser, or serve the folder:
npx serve .Push to the connected Vercel project, or:
vercel --prodNo framework preset needed — Vercel serves the static files directly.