Week 1 — 4 / 27

Build a Web Page

Let's start a tiny web server

From the command line, in the directory where you saved your .html file, run:

python3 -m http.server

In your browser, navigate to localhost:8000/yourname.html