Loading Data...
Fetch Failed!
If you see this, you probably opened the HTML file directly in the browser (file://...).
To fix this, open your terminal in the project folder and run:
python3 -m http.server 8000
Then open http://localhost:8000/ in your browser.