soiz commited on
Commit
acea4dc
·
verified ·
1 Parent(s): 87590aa

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -1,5 +1,5 @@
1
  <script>
2
- const htmlContent = '<iframe style="width:100vw; height:100vh; border:none; margin:0; padding:0; display:block;" src="https://soiz-cookie2.hf.space/"></iframe>';
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) {