
Welcome!
Everything is fine.
Detour¶
You want to start a http.server using Python? Here you go:
python -m http.server
or
python -m http.server port
This will serve files in the directory in which you run python. You can even start a web server on your personal laptop!