-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (29 loc) · 984 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>powersocket</title>
<meta name="description" content="stream powertrack events via websocket">
<meta content='True' name='HandheldFriendly' />
<meta content='width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;' name='viewport' />
<link href="css/gotham-narrow-v3.css" rel="stylesheet">
<link rel="stylesheet" href="css/core.css">
<link rel="stylesheet" href="css/controls.css">
<style>
body {
background: url("img/bg.jpg") center center/cover no-repeat fixed;
color: #fff;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
</style>
</head>
<body>
<iframe seamless="yup" id="vis" src="/vis"></iframe>
<iframe seamless="yup" id="controls" src="/controls" height="66%" width="100%"></iframe>
</body>
</html>