Spaces:
Running
Running
Update index.html
Browse files- 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>
|