Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created August 18, 2019 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luandevpro/912476569e208c8b775c8a85fbb15b21 to your computer and use it in GitHub Desktop.
Save luandevpro/912476569e208c8b775c8a85fbb15b21 to your computer and use it in GitHub Desktop.
addEventListener('fetch', event => {
event.respondWith(new Response('<html><body><p>Hello world!</p></body></html>'))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment