forked from mryel00/crowsnest-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (33 loc) · 1.36 KB
/
index.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Ustreamer Webcam</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<header>
<span>Webcam - ustreamer</span>
</header>
<div class="container">
<div class="panel">
<div class="title">Stream</div>
<img id="streamImg" src="./stream">
</div>
<div class="panel">
<div class="title"><span>Snapshot</span>
<span class="reload" onclick="reloadSnapshot()">
<noscript>Please refresh the page, to get an up to date image.</noscript>
<svg id="reloadSVG" viewBox="0 0 512 512" title="redo-alt">
<path d="M256.455 8c66.269.119 126.437 26.233 170.859 68.685l35.715-35.715C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283 73.977-169.484 169.442C88.764 348.009 162.184 424 256 424c41.127 0 79.997-14.678 110.629-41.556 4.743-4.161 11.906-3.908 16.368.553l39.662 39.662c4.872 4.872 4.631 12.815-.482 17.433C378.202 479.813 319.926 504 256 504 119.034 504 8.001 392.967 8 256.002 7.999 119.193 119.646 7.755 256.455 8z" />
</svg>
</span>
</div>
<img id="snapshotImg" src="./snapshot">
</div>
</div>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>