mirror of
				https://github.com/vector-im/element-call.git
				synced 2022-05-22 02:31:18 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			367 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			367 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|   <meta charset="UTF-8" />
 | |
|   <link rel="icon" type="image/svg+xml" href="favicon.png" />
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
 | |
|   <title>
 | |
|     <%- title %>
 | |
|   </title>
 | |
|   <script>
 | |
|     window.global = window;
 | |
|   </script>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|   <div id="root"></div>
 | |
| </body>
 | |
| 
 | |
| </html> | 
