A Simple Python Web Server
If you have Python installed, you can quickly serve up HTML files from any directory with:
python -m SimpleHTTPServer
You can follow along on Twitter or via the feed. Don't hesitate to get in touch. Sponsor the site.
If you have Python installed, you can quickly serve up HTML files from any directory with:
python -m SimpleHTTPServer