Implement a simple HTTP server to remove the dependancy on also running
your own Apache or NGINX instance to host static content. The built-in
HTTP server currently hosts four static files and will return a 404
error if a request does not match one of those four files.