Skip to content

Instantly share code, notes, and snippets.

@WakkyFree
Created March 12, 2021 07:11
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 WakkyFree/aaf6a5abf55a31924e449cbb91b13e19 to your computer and use it in GitHub Desktop.
Save WakkyFree/aaf6a5abf55a31924e449cbb91b13e19 to your computer and use it in GitHub Desktop.
function doGet() {
const htmlOutput = HtmlService.createTemplateFromFile('title_test').evaluate();
htmlOutput.setTitle('タイトルのテスト');
return htmlOutput;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment