Skip to content

Instantly share code, notes, and snippets.

@cat-haines
Last active December 23, 2015 21:09
Show Gist options
  • Save cat-haines/6694483 to your computer and use it in GitHub Desktop.
Save cat-haines/6694483 to your computer and use it in GitHub Desktop.
html <- "<html><head><title>Hello World</title></head><body><h1>Hello World</h1><div>I'm being server by an angert!! Hurray</div></body></html>";
http.onrequest(function(req, res) {
res.send(200, html);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment