kenken999's picture
df
3d979b2
raw
history blame
127 Bytes
/**
* App script entry point
*/
function doGet() {
var app = HtmlService.createHtmlOutputFromFile('index');
return app;
}