I have programs to launch my application on the cloudflare pages.
I run my html code "index.html" but it doesn't accept it, it just says "hello world"

1 Reply
You need to import the index file into your worker and return it from the worker. If you are just doing static html then pages would be a better fit for you.