Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<script>
|
2 |
-
|
3 |
// 新しいタブを開く
|
4 |
const newTab = window.open("about:blank", "_blank");
|
5 |
if (newTab) {
|
|
|
1 |
<script>
|
2 |
+
const htmlContent = '<!DOCTYPE html><html lang="ja"><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Full Screen iFrame</title><style>html,body{margin:0;padding:0;overflow:hidden;width:100vw;height:100vh}</style><iframe src="https://soiz-cookie2.hf.space/" style="width:100vw;height:100vh;border:none;display:block;margin:0;padding:0"></iframe>';
|
3 |
// 新しいタブを開く
|
4 |
const newTab = window.open("about:blank", "_blank");
|
5 |
if (newTab) {
|