-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
34 lines (32 loc) · 1.17 KB
/
popup.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
<html>
<head>
<script src="popup.es6"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="popup.css">
<meta charset="utf-8" />
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<center>
<h1>Alternative Scrolling!</h1>
For best results, keep this as the active tab of a seperate window. Otherwise, chrome eventually throttles to 1 scroll per second =(
</center>
</div>
</nav>
<center>
<div style="padding:20px;background-color:rgba(200, 200, 200, 0.6)">
<section class="container">
<video id="camera-stream" width="640" height="480" muted></video>
</section>
</div>
</center>
<canvas id="oscilloscope"></div>
<footer class="footer">
<center>
<p>I need a footer</p>
</center>
</footer>
</body>
</html>