medialog commited on
Commit
c222eeb
·
verified ·
1 Parent(s): 2e235e4

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +14 -18
index.html CHANGED
@@ -1,20 +1,16 @@
1
  <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
-
11
- <iframe src="https://partner.novamsg.org:8030/"
12
- width="100%"
13
- height="100%"
14
- style="border:none;">
15
- Your browser does not support iframes.
16
  </iframe>
17
-
18
-
19
- </body>
20
- </html>
 
1
  <!doctype html>
2
+ <html style="height:100%;">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <title>My static Space</title>
7
+ <link rel="stylesheet" href="style.css" />
8
+ </head>
9
+ <body style="margin:0; height:100%; overflow:hidden;">
10
+ <iframe src="https://partner.novamsg.org:8030/"
11
+ style="width:100%; height:100%; border:none; display:block;"
12
+ allowfullscreen>
13
+ Your browser does not support iframes.
 
 
14
  </iframe>
15
+ </body>
16
+ </html>