Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
iframe.style.height = "100vh";
|
22 |
iframe.style.border = "none";
|
23 |
iframe.allow="microphone; camera";
|
24 |
-
iframe.src="https://101.37.173.18:8282/";
|
25 |
|
26 |
document.body.appendChild(iframe);
|
27 |
})();
|
|
|
21 |
iframe.style.height = "100vh";
|
22 |
iframe.style.border = "none";
|
23 |
iframe.allow="microphone; camera";
|
24 |
+
// iframe.src="https://101.37.173.18:8282/";
|
25 |
|
26 |
document.body.appendChild(iframe);
|
27 |
})();
|