/** * App script entry point */ function doGet() { var app = HtmlService.createHtmlOutputFromFile('index'); return app; }