Spaces:
Running
Running
Update back.html
Browse files
back.html
CHANGED
|
@@ -36,8 +36,13 @@ height: 100%;
|
|
| 36 |
</head>
|
| 37 |
<body>
|
| 38 |
|
| 39 |
-
<div
|
| 40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
id="myIframe"
|
| 42 |
frameborder="0"
|
| 43 |
allowfullscreen="true"
|
|
@@ -45,8 +50,8 @@ height: 100%;
|
|
| 45 |
mozallowfullscreen="true"
|
| 46 |
oallowfullscreen="true"
|
| 47 |
msallowfullscreen="true">
|
| 48 |
-
</iframe>
|
| 49 |
-
</div>
|
| 50 |
<script>
|
| 51 |
const queryString = window.location.search;
|
| 52 |
const urlParams = new URLSearchParams(queryString);
|
|
|
|
| 36 |
</head>
|
| 37 |
<body>
|
| 38 |
|
| 39 |
+
<div id="Container1"
|
| 40 |
+
style="padding-bottom:56.25%; position:relative; display:block; width: 100%">
|
| 41 |
+
<iframe id="myIframe" width="100%" height="100%" frameborder="0" allowfullscreen="" style="position:absolute; top:0; left: 0"></iframe>
|
| 42 |
+
</div>
|
| 43 |
+
|
| 44 |
+
<!div class="embed-container">
|
| 45 |
+
<!iframe
|
| 46 |
id="myIframe"
|
| 47 |
frameborder="0"
|
| 48 |
allowfullscreen="true"
|
|
|
|
| 50 |
mozallowfullscreen="true"
|
| 51 |
oallowfullscreen="true"
|
| 52 |
msallowfullscreen="true">
|
| 53 |
+
<!/iframe>
|
| 54 |
+
<!/div>
|
| 55 |
<script>
|
| 56 |
const queryString = window.location.search;
|
| 57 |
const urlParams = new URLSearchParams(queryString);
|