muellerzr HF staff commited on
Commit
5c7d8d1
1 Parent(s): e5f2986

Try via an index?

Browse files
Files changed (1) hide show
  1. 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>