Spaces:
Running
on
Zero
Running
on
Zero
File size: 127 Bytes
3d979b2 |
1 2 3 4 5 6 7 |
/**
* App script entry point
*/
function doGet() {
var app = HtmlService.createHtmlOutputFromFile('index');
return app;
} |