With Google Apps Script, we need to create the HTML and its JavaScript within the Apps Script project itself. I was wondering if there is a way where I can get the HTML from another server?
Basically, the idea is to reuse an existing HTML/JavaScript file which was developed for a non-appscript project and make relevant changes so as to support appsScript.
I don't want my HTML file to be part of the Google Apps Script and instead will be served from an external server. How can this be achieved?