You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspect what piece of code and images will need to change in order to change the backgrounds.
If you want to test locally, you'll need to run some web server. On the Mac, you can type on a terminal window after changing the directory to your folder:
python -m SimpleHTTPServer
Then you can open your browser:
Http://localhost:8000
Another option to run a web server is through node.js and it will work on mac, windows, and linux.