Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -2
index.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
-
|
10 |
|
11 |
<div id='cap'>
|
12 |
</div>
|
@@ -57,7 +57,6 @@
|
|
57 |
iframediv.height = '1000px';
|
58 |
iframediv.frameborder="0";
|
59 |
framediv.appendChild(iframediv);
|
60 |
-
})
|
61 |
</script>
|
62 |
|
63 |
</body>
|
|
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
+
<body>
|
10 |
|
11 |
<div id='cap'>
|
12 |
</div>
|
|
|
57 |
iframediv.height = '1000px';
|
58 |
iframediv.frameborder="0";
|
59 |
framediv.appendChild(iframediv);
|
|
|
60 |
</script>
|
61 |
|
62 |
</body>
|