forked from dvshah/i-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaunchcam.html
16 lines (16 loc) · 913 Bytes
/
launchcam.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<body>
<button id="scan" class="btn btn-primary" style="width: 200px;">Scan Gesture</button>
<button id="go_f" class="btn btn-primary" style="width: 200px;">Go Forward</button>
<button id="go_b" class="btn btn-primary" style="width: 200px;">Go Backward</button>
<!-- <button id="newTab">New Tab</button>
<button id="removeTab">Close Tab</button> -->
<button id="scrollUp" class="btn btn-primary" style="width: 200px;">Scroll Up</button>
<button id="scrollDown" class="btn btn-primary" style="width: 200px;">Scroll Down</button>
<script src = "dist.js"></script>
</body>
</html>