VeRomTec Token Site (PHP Wrapper)

What this is:
- Your uploaded VeRomTec token website build (assets/ + JS/CSS) kept 1:1.
- Wrapped with PHP (index.php) so you can deploy it on any PHP hosting.
- Added recipe.veromget.com-style color palette override (theme-overrides.css).

Run locally:
1) cd into this folder
2) php -S localhost:8080 router.php
3) open http://localhost:8080

Deploy on shared hosting:
- Upload all files to your public_html (or site root).
- Ensure Apache rewrite is enabled (most shared hosts already do).

Notes:
- All original frontend functionality stays in the JS bundle inside /assets.
- If you update the frontend build later, replace /assets and update the two filenames in index.php.
