Spaceship deployment notes

Upload index.html to the domain document root.

The ERECTION COIN PNG logo is embedded directly inside index.html as a PNG data URI.
This means the logo does not depend on Spaceship image paths, filename case, .htaccess,
or MIME configuration. The assets/ folder is still included as a backup copy.

Live market API sources:
- CoinGecko: SOL and XSOL reference prices
- GeckoTerminal: Solana token data
- DexScreener token endpoint
- DexScreener search fallback

No API keys are required. Browser requests retry automatically.

PNG HERO LOGO
The main PNG uploaded for the hero is now included as main-hero.png at the site root and assets/main-hero.png.
The homepage uses explicit HTML: <img src="./main-hero.png" ...> with an automatic fallback to ./assets/main-hero.png.
