Static frontend for the Euphoria Theme website. No backend or login logic is required.
index.html- Main page markuppublic/styles.css- Site stylespublic/script.js- Frontend behavior (API fetching, carousel, modal)public/images/- Local images and logo
Open index.html in a browser.
The site pulls live data from:
https://api.euphoriadevelopment.uk/contributorshttps://api.euphoriadevelopment.uk/donatorshttps://api.euphoriadevelopment.uk/stats/- GitHub org data for repo stars/forks:
https://api.github.com/orgs/EuphoriaTheme/repos
- Product download buttons use GitHub Releases when available.
- If the APIs are unavailable, the UI shows a fallback message.