USING: http.server http.server.static threads ; "<some-path>" <static> enable-fhtml main-responder set [ 8001 httpd ] in-thread
Done