-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (32 loc) · 812 Bytes
/
index.html
File metadata and controls
34 lines (32 loc) · 812 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
<!DOCTYPE html>
<html>
<head lang="en">
<title>Hyperaudio Cleaner</title>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width">
<link href="/assets/images/inserts/favicon.ico" rel="icon" type="image/x-icon" >
<style type="text/css">
body {
margin:0px;
padding:0px;
overflow:scroll-y;
}
.main {
overflow:hidden;
height: 100%;
height: calc(100% - 54px);
width:100%;
position:absolute;
top:54px;
left:0px;
right:0px;
bottom:0px;
}
</style>
</head>
<body>
<iframe src="/commons/tools/header.html" height="100px" width="100%" frameborder="0" seamless scrolling="no"></iframe>
<iframe class="main" src="cleaner.html" height="100%" width="100%" frameborder="0" seamless></iframe>
</body>
</html>