Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save white5168/084e2b404bd71553f8ca604b819ae5cc to your computer and use it in GitHub Desktop.
Save white5168/084e2b404bd71553f8ca604b819ae5cc to your computer and use it in GitHub Desktop.
function doGet() {
return HtmlService
.createTemplateFromFile("index.html")
.evaluate()
.setSandboxMode(HtmlService.SandboxMode.IFRAME);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment