Fretful commited on
Commit
a986448
·
verified ·
1 Parent(s): b740b61

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +13 -3
index.html CHANGED
@@ -1,6 +1,16 @@
1
  <!DOCTYPE html>
2
  <html lang="en">
3
- <iframe
4
- src="https://aibotcommander--0199d84721d472fca50aefe947145a35.web.val.run">
5
- </iframe>
 
 
 
 
 
 
 
 
 
 
6
  </html>
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Full Screen Frame</title>
7
+ <style>
8
+ *{margin:0;padding:0;box-sizing:border-box;}
9
+ html,body{height:100%;overflow:hidden;}
10
+ iframe{width:100%;height:100%;border:none;display:block;}
11
+ </style>
12
+ </head>
13
+ <body>
14
+ <iframe src="https://aibotcommander--0199d84721d472fca50aefe947145a35.web.val.run"></iframe>
15
+ </body>
16
  </html>