soiz commited on
Commit
d6b02b9
·
verified ·
1 Parent(s): 4c64058

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -8,7 +8,7 @@
8
  <h1>HTMLを入力して新しいタブに表示する</h1>
9
 
10
  <!-- HTML入力用テキストエリア -->
11
- <textarea id="htmlInput" rows="10" cols="50" placeholder="ここにHTMLを入力してください"></textarea><br>
12
 
13
  <!-- ボタン -->
14
  <button onclick="openNewTabWithHTML()">新しいタブで表示</button>
 
8
  <h1>HTMLを入力して新しいタブに表示する</h1>
9
 
10
  <!-- HTML入力用テキストエリア -->
11
+ <textarea id="htmlInput" rows="10" cols="50" placeholder="ここにHTMLを入力してください"><iframe style="width:100%; height:100%" src="https://gooberdash.winterpixel.io/"></iframe></textarea><br>
12
 
13
  <!-- ボタン -->
14
  <button onclick="openNewTabWithHTML()">新しいタブで表示</button>