function doGet() {
  return HtmlService.createHtmlOutputFromFile('index')
    .setTitle('i-Link LIS Mind Map')
    .setXFrameOptionsMode(HtmlService.XFrameOptionsMode.ALLOWALL);
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: