Repository for code relating to the technical aspect of Human Centered Security coursework.
- Navigate to the directory containing
index.html
using the terminal - Run the Python command:
python -m SimpleHTTPServer 8000
- In a web browser, navigate to: http://localhost:8000/
Note for Developers: once you have made changes you can view them by refreshing the browser window with CTRL+F5