以下の内容はhttps://shuzo-kino.hateblo.jp/entry/2018/08/02/235746より取得しました。


Apps ScriptをWEBアプリとして公開してみる

function doGet() {
  var template = HtmlService.createTemplateFromFile('index.html');
  return template.evaluate().setSandboxMode(HtmlService.SandboxMode.IFRAME);
}

HTMLファイルを作成
f:id:shuzo_kino:20180802003056p:plain
名前はindexとしてみましょう。
f:id:shuzo_kino:20180802003100p:plain

<!DOCTYPE html>
<html>
  <head>
    <base target="_top">
  </head>
  <body>
    Yeah!!
  </body>
</html>

ウェブアプリケーションとして導入
f:id:shuzo_kino:20180802003112p:plain



f:id:shuzo_kino:20180803000228p:plain

「最新のコード」という奴で中身が確認できます。
私の環境では、どういうわけか定時されたURLでは一般公開が上手くいっていません
f:id:shuzo_kino:20180803000749p:plain




以上の内容はhttps://shuzo-kino.hateblo.jp/entry/2018/08/02/235746より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14