mirror of
				https://github.com/DerTyp7/teamspeak-obs-overlay.git
				synced 2025-10-29 21:02:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			823 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			823 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="UTF-8" />
 | |
|     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | |
|     <link rel="stylesheet" href="css/style.css" />
 | |
|     <title>TS5 - OBS Overlay</title>
 | |
|   </head>
 | |
|   <body>
 | |
|     <script src="config.js"></script>
 | |
|     <script src="js/objects.js"></script>
 | |
|     <script>
 | |
|       let apiKey = "";
 | |
|       let clientList = new List();
 | |
|       let channelList = new List();
 | |
|       let thisClient;
 | |
|     </script>
 | |
|     <div id="content"></div>
 | |
| 
 | |
|     <!--Scripts-->
 | |
|     <script src="js/utils.js"></script>
 | |
|     <script src="js/display_content.js"></script>
 | |
|     <script src="js/parser.js"></script>
 | |
|     <script src="js/event_handlers.js"></script>
 | |
|     <script src="js/app.js"></script>
 | |
|   </body>
 | |
| </html>
 | 
