Spaces:
Runtime error
Runtime error
Try via an index?
Browse files- index.html +16 -0
index.html
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<iframe
|
2 |
+
src="http://127.0.0.1:43800";
|
3 |
+
style="";
|
4 |
+
position: fixed;
|
5 |
+
top: 0px;
|
6 |
+
bottom: 0px;
|
7 |
+
right: 0px;
|
8 |
+
width: 100%;
|
9 |
+
border: none;
|
10 |
+
margin: 0;
|
11 |
+
padding: 0;
|
12 |
+
overflow: hidden;
|
13 |
+
z-index: 999999;
|
14 |
+
height: 100%;
|
15 |
+
>
|
16 |
+
</iframe>
|