Python Simple HTTP Server Demo

python3 server.py

File Structure

|__ server.py
|__ api
|   |__ 
|
|__ web
    |__  404.html
    |__  index.html

server.py

api/api1.py

web/404.html

web/index.html

SINCE 2015 © markbuild