<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous"> <link rel="stylesheet" href="<%= BASE_URL %>css/style.css"> <title>block-editor-vue</title> </head> <body> <div class="content"> <form name="form1" action="." method="post"> <% if (NODE_ENV === 'production') { %> <input name="test1" id="app1" type="hidden"> <% } else if (NODE_ENV === 'development') { %> <input name="test1" id="app1" type="hidden" value="<div class="ve"><div class="paragraph-wrap align-right important"><div class="text">重要コンテンツ<br>テスト</div></div><div class="paragraph-wrap align-right normal"><div class="text">通常コンテンツ<br>テスト</div></div><div class="paragraph-wrap align-center"><div class="images"><div class="image"><img src="https://placehold.jp/150x150.png"><div class="caption">キャプション</div></div></div><div class="text">中央揃えテスト<br>テスト</div></div><h2 class="title">タイトル</h2><h3 class="sub-title">サブタイトル</h3><ul class="link"><li>リンク</li><li>リスト</li></ul><ul><li>通常リスト</li></ul><ol><li>箇条書きリスト</li><li>あああ</li></ol><table class="product"><colgroup><col></col><col></col></colgroup><tbody><tr><td>商品テーブル</td><td>テスト</td></tr><tr><td>あああ</td><td>あああ</td></tr></tbody></table><table><colgroup><col></col><col></col></colgroup><tbody><tr><td>通常テーブル</td><td>テスト</td></tr><tr><td>あああ</td><td>あああ</td></tr></tbody></table><div class="html-wrap"><iframe width="560" height="315" src="https://www.youtube.com/embed/tw2hmhbT2ZY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div></div>" /> <% } %> </form> </div> </body> <script src="https://riversun.github.io/jsframe/jsframe.js"></script> <script src="<%= BASE_URL %>js/<%= NODE_ENV %>.js"></script> </html>