Pepguy commited on
Commit
c16538d
·
verified ·
1 Parent(s): e1a8ac0

Update public/index.html

Browse files
Files changed (1) hide show
  1. public/index.html +14 -0
public/index.html CHANGED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Document</title>
7
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.21.1/axios.min.js"></script>
8
+ <script src='index.js'></script>
9
+ </head>
10
+ <body>
11
+ <button id='my-button'>Start Stream</button>
12
+ <video autoplay id="video"></video>
13
+ </body>
14
+ </html>