Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 255 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 255 Bytes

This site won't work if you just open index.html and start clicking around. You must serve it through a web server.

An easy option is to use the one built into Python:

python -m SimpleHTTPServer

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