15 lines
		
	
	
		
			342 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			342 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="utf-8">
 | |
|     <title>title</title>
 | |
|     <link rel="stylesheet" href="style.css">
 | |
|     <script src="script.js"></script>
 | |
|   </head>
 | |
|   <body>
 | |
|     <h1>HELLO!</h1>
 | |
|     <ol id="streamList">
 | |
|     </ol>
 | |
|     <video id="video1" width="1920" height="1080" autoplay muted></video>
 | |
|   </body>
 | |
| </html> |