mirror of
				https://github.com/ossrs/srs.git
				synced 2025-03-09 15:49:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			520 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			520 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
    <title>SRS</title>   
 | 
						|
    <meta charset="utf-8">
 | 
						|
    <script type="text/javascript" src="players/js/jquery-1.10.2.min.js"></script>
 | 
						|
    <script type="text/javascript" src="players/js/srs.page.js"></script>
 | 
						|
    <script type="text/javascript" src="players/js/srs.utility.js"></script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <script type="text/javascript">
 | 
						|
        setTimeout(function(){
 | 
						|
            window.location.href = "players/index.html" + window.location.search;
 | 
						|
        }, 500);
 | 
						|
    </script>
 | 
						|
</body>
 |