Update index.html
Browse files- index.html +14 -18
index.html
CHANGED
@@ -1,20 +1,16 @@
|
|
1 |
<!doctype html>
|
2 |
-
<html>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
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>
|
|
|
|