-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBotControl.html
41 lines (34 loc) · 1.41 KB
/
BotControl.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
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0,">
<title></title>
<link href="./BotControl.css" rel="stylesheet">
</head>
<body data-feedly-mini="yes">
<div id="videos">
<video id="mini-video" autoplay="" muted=""></video>
<video id="remote-video" class="video partner" autoplay=""></video>
<!--<video id="local-video" class="video mine" autoplay="" muted="" src="blob:http://localhost:6658/3eee72a6-dbb0-4e7c-8016-ff9cc226cf77"></video>-->
</div>
<div id="controls">
<div id="cords">
</div>
</div>
<script src="./config.js"></script>
<script src="./adapter.js"></script>
<script src="./jquery-1.10.2.js"></script>
<script src="./jquery.signalR-2.2.0.js"></script>
<script src="./Vector2.js"></script>
<script src="./victor.min.js"></script>
<script src="./VectorFacade.js"></script>
<!-- App JS -->
<script src="./viewModel.js"></script>
<script src="./connectionManager.js"></script>
<script src="./BotControl.js"></script>
<div class="container">
<canvas width="1067" height="920"></canvas>
</div>
</body>
</html>