Note Set up a HTTP server in current directory Use Python 2.x python -m SimpleHTTPServer 8080 Use Python 3.x python -m http.server 8080