Skip to content

Instantly share code, notes, and snippets.

@andreypopp
Created October 15, 2013 11:56
Show Gist options
  • Save andreypopp/6990444 to your computer and use it in GitHub Desktop.
Save andreypopp/6990444 to your computer and use it in GitHub Desktop.
var Page = ReactApp.createPage(function(props) {
return <html><body>Hello, world</body></html>;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment