Plastic Sunrise 1999 — standalone web export
================================

UPLOAD
Copy everything in this folder to any web-accessible directory, then open
index.html. It can be the document root, a subdomain, or a nested path such as
example.com/demos/my-demo/. No Lazy Sunday Designer account or server is
required.

LOCAL PREVIEW
Browsers do not allow this demo to load all assets directly from file:// URLs.
Serve the folder over HTTP instead:

  Python 3:  python3 -m http.server 8000

Then open http://localhost:8000 in a browser.

CONTROLS
Click Start demo to enable audio. Space pauses/resumes. R restarts. F toggles
fullscreen. The on-screen controls work on desktop and mobile.

HOSTING NOTE
Nested-folder playback uses a small service worker to keep all runtime and asset
requests inside this exported folder. Use HTTPS in production (or localhost for
local preview), and upload standalone-sw.js along with every other exported file.
