This is how to create a simple static file server with deno and abc.
It serves the current dir and you can run it directly from the hosted script:
deno run --allow-net="0.0.0.0:80" --allow-read https://kekru.de/serve.ts
- or
deno run --allow-net="0.0.0.0:80" --allow-read https://gist.githubusercontent.com/kekru/751e32b5d97661f3649ce8ad8f8517ba/raw/2982a65c1205f72c56daf8827a8fc2f6b012600d/serve.ts