Spaces:
Running
Running
Rename test-2.html to test-3.html
Browse files- test-2.html → test-3.html +4 -12
test-2.html → test-3.html
RENAMED
@@ -5,8 +5,8 @@
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<meta name="twitter:card" content="player"/>
|
7 |
<meta name="twitter:site" content=""/>
|
8 |
-
<meta name="twitter:player" content="https://Omnibus-test-space-2.static.hf.space/test-
|
9 |
-
<meta name="twitter:player:stream" content="https://Omnibus-test-space-2.static.hf.space/test-
|
10 |
<meta name="twitter:player:width" content="100%"/>
|
11 |
<meta name="twitter:player:height" content="100%"/>
|
12 |
<meta property="og:title" content="test 2"/>
|
@@ -39,20 +39,12 @@
|
|
39 |
<iframe
|
40 |
id="myIframe"
|
41 |
frameborder="0"
|
|
|
42 |
class="container p-0 flex-grow space-iframe"
|
43 |
allow="accelerometer; ambient-light-sensor; autoplay; battery; camera; document-domain; encrypted-media; fullscreen; geolocation; gyroscope; layout-animations; legacy-image-formats; magnetometer; microphone; midi; oversized-images; payment; picture-in-picture; publickey-credentials-get; sync-xhr; usb; vr ; wake-lock; xr-spatial-tracking"
|
44 |
sandbox="allow-forms allow-modals allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-downloads"
|
45 |
></iframe>
|
46 |
</div>
|
47 |
-
|
48 |
-
const queryString = window.location.search;
|
49 |
-
const urlParams = new URLSearchParams(queryString);
|
50 |
-
const model_url = urlParams.get("url");
|
51 |
-
console.log(model_url);
|
52 |
-
let myIframe = document.getElementById("myIframe");
|
53 |
-
let mod_url = model_url;
|
54 |
-
console.log(adsURL);
|
55 |
-
myIframe.src = model_url;
|
56 |
-
</script>
|
57 |
</body>
|
58 |
</html>
|
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<meta name="twitter:card" content="player"/>
|
7 |
<meta name="twitter:site" content=""/>
|
8 |
+
<meta name="twitter:player" content="https://Omnibus-test-space-2.static.hf.space/test-3.html"/>
|
9 |
+
<meta name="twitter:player:stream" content="https://Omnibus-test-space-2.static.hf.space/test-3.html"/>
|
10 |
<meta name="twitter:player:width" content="100%"/>
|
11 |
<meta name="twitter:player:height" content="100%"/>
|
12 |
<meta property="og:title" content="test 2"/>
|
|
|
39 |
<iframe
|
40 |
id="myIframe"
|
41 |
frameborder="0"
|
42 |
+
src="https://omnibus-reverse-image.hf.space"
|
43 |
class="container p-0 flex-grow space-iframe"
|
44 |
allow="accelerometer; ambient-light-sensor; autoplay; battery; camera; document-domain; encrypted-media; fullscreen; geolocation; gyroscope; layout-animations; legacy-image-formats; magnetometer; microphone; midi; oversized-images; payment; picture-in-picture; publickey-credentials-get; sync-xhr; usb; vr ; wake-lock; xr-spatial-tracking"
|
45 |
sandbox="allow-forms allow-modals allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-downloads"
|
46 |
></iframe>
|
47 |
</div>
|
48 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
</body>
|
50 |
</html>
|