-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathui.html
More file actions
43 lines (39 loc) · 746 Bytes
/
ui.html
File metadata and controls
43 lines (39 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html>
<head>
<title>magicProxy</title>
<style>
body { margin: 0; }
ul { margin: 0; }
h2, #tabs ul {
height: 28px;
}
h2, #tabs a {
font-size: 14px;
margin: .4em .5em;
}
h2 { display: block; float: left; }
#tabs li {
list-style: none;
float: left;
display: block;
}
iframe {
clear: both;
display: block;
position: fixed;
top: 2em;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 90%;
height: calc(100vh - 28px);
border: 0;
padding: 0;
margin: 0;
background: gray;
}
</style>
<body bgcolor="#A3FF58">
<h2>magicProxy</h2>