Hints
Starting a simple HTTP server from the current directory on port 80
python3 -m http.server 80
Examples
Detailed exmples can be found in my Python Playground Repo
Starting a simple HTTP server from the current directory on port 80
python3 -m http.server 80
Detailed exmples can be found in my Python Playground Repo