forked from adityachugh02/fetchbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (23 loc) · 906 Bytes
/
index.html
File metadata and controls
31 lines (23 loc) · 906 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google" value="notranslate">
<title>Fetchbot Blockly</title>
<link rel="stylesheet" href="style.css">
</head>
<style type="text/css">
</style>
<body>
<div style="width: 100%; height: 100%; position:fixed; left:0px; top:0px">
<div style="width: 70%; float: left; height: 100%; ">
<iframe style="width:100%; height:100%; border: none;" src="blockly/demos/code/index.html" title="blockly"></iframe>
</div>
<div style="margin-left: 70%; height: 100%">
<iframe style="width: 100%; height: 58%; border: none;" scrolling="auto" src="http://localhost:5000/video"></iframe>
<iframe style="width: 100%; height: 42%; border: none;" scrolling="no" src="http://localhost:5000/classifier"></iframe>
</div>
</div>
</body>
</html>