forked from airbenich/multiviewTouchControl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (18 loc) · 666 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (18 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/style.css"> <title>Multiview Touch Controller</title>
</head>
<body>
<div id="multiViewGrid"></div>
<script>window.$ = window.jQuery = require('jquery');</script>
<script src="jquery-3.4.1.min.js"></script>
<script src="js/doubleTap/doubleTap.js"></script>
<script src="js/doubleTap/xorTap.js"></script>
<script src="class/class.Videoswitcher.js"></script>
<script src="class/class.Grid.js"></script>
<script src="class/class.TouchableView.js"></script>
<script src="./renderer.js"></script>
</body>
</html>