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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.