-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>One-Way Video Stream</title>
<link rel="icon" type="image/x-icon" href="./src/favicon.ico" sizes="64x64">
<script src="./src/scripts/peerjs.min.js"></script>
<script src="./src/scripts/qrcode.min.js"></script>
<script src="./src/scripts/jsQR.min.js"></script>
<script src="./src/scripts/main.js"></script>
<link rel="stylesheet" href="./src/styles/app.css">
</head>
<body>
<canvas></canvas>
<div class="start">
<div>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4 4C3.20435 4 2.44129 4.31607 1.87868 4.87868C1.31607 5.44129 1 6.20435 1 7V17C1 17.7956 1.31607 18.5587 1.87868 19.1213C2.44129 19.6839 3.20435 20 4 20H15C15.7956 20 16.5587 19.6839 17.1213 19.1213C17.6839 18.5587 18 17.7956 18 17V14.88C17.9987 15.0664 18.0495 15.2494 18.1467 15.4084C18.2439 15.5674 18.3836 15.6961 18.55 15.78L21.55 17.28C21.703 17.3571 21.8732 17.3936 22.0444 17.386C22.2155 17.3784 22.3818 17.327 22.5274 17.2366C22.6729 17.1463 22.7928 17.0201 22.8756 16.8701C22.9584 16.7201 23.0012 16.5513 23 16.38V7.62C23.0012 7.44869 22.9584 7.27994 22.8756 7.12994C22.7928 6.97994 22.6729 6.85372 22.5274 6.76338C22.3818 6.67303 22.2155 6.62159 22.0444 6.614C21.8732 6.6064 21.703 6.6429 21.55 6.72L18.55 8.22C18.3836 8.30386 18.2439 8.43257 18.1467 8.59159C18.0495 8.75062 17.9987 8.93364 18 9.12V7C18 6.20435 17.6839 5.44129 17.1213 4.87868C16.5587 4.31607 15.7956 4 15 4H4Z" fill="white"/>
</svg>
<h2>
Scan QR Code
</h2>
</div>
</div>
</body>
</html>