This project now uses a clean split between templates and static assets.
templates/index.html: Landing + Auth + About experiencetemplates/app.html: Dashboard app (trade/send/trustline/escrows/records/auth)static/css/landing-auth-about.css: Styles for marketing/auth/aboutstatic/css/app.css: Styles for dashboard appstatic/js/landing-auth-about.js: Landing/auth/about logicstatic/js/app.js: Dashboard app logicarchive/: Original monolithic source files kept for reference
python3 -m http.server 4173Open:
http://127.0.0.1:4173/templates/index.htmlhttp://127.0.0.1:4173/templates/app.html