The Sandboxes are small, self-contained interactive pages showcasing prototypes and experiments (SVG, D3, HTML5 audio, CSS tricks, etc.).
- Live site:
https://flobby41.github.io/sandbox/
This repository contains multiple standalone HTML pages. Each page is an isolated experiment that can be opened and explored independently.
You can either:
- Open any
.htmlfile directly in your browser, or - Serve the folder with a simple static server (recommended for assets / fetch calls).
Example with Python:
python3 -m http.server 8080Then open http://localhost:8080 in your browser.