/simple-python-server

a quick and easy python http server, complete with index.html and 404.html

Primary LanguagePython

simple-python-server

Just a quick script I threw together.

  • /public is the directory served to localhost:8000
  • /public/404.html and 404 errors are handled.