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