-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.xhtml
22 lines (21 loc) · 984 Bytes
/
index.xhtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Pump it up !</title>
</head>
<body>
<frameset rows="50%,50%">
<frameset cols="50%,50%">
<frame src="https://plot.ly/~marouenbg/0/x-raspberry-pi-streaming-sensor-data" name="x" frameborder="0" noresize="noresize" />
<frame src="https://plot.ly/~marouenbg/0/y-raspberry-pi-streaming-sensor-data" name="y" frameborder="0" noresize="noresize" />
</frameset>
<frameset cols="65%,35%">
<frame src="https://plot.ly/~marouenbg/0/z-raspberry-pi-streaming-sensor-data" name="z" frameborder="0" noresize="noresize" />
<frame src="./index-scores.xhtml" name="score" frameborder="0" noresize="noresize" />
</frameset>
</frameset>
</body>
</html>