You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							39 lines
						
					
					
						
							989 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							39 lines
						
					
					
						
							989 B
						
					
					
				| <!DOCTYPE html> | |
| 
 | |
| <html> | |
| 
 | |
| <head> | |
|   <meta charset="utf-8"> | |
|   <link rel="stylesheet" href="popup.css" /> | |
|   <link rel="stylesheet" href="../css/font-awesome.css" /> | |
| </head> | |
| 
 | |
| <body> | |
|   <div id="idle"><i class="icon fa fa-television"></i> Muffcast is ready!</div> | |
|   <div id="error"> | |
|     <span class="fa-stack fa-lg"> | |
|       <i class="icon fa fa-television fa-stack-1x"></i> | |
|       <i class="fa fa-ban fa-stack-1x"></i> | |
|     </span> | |
|     <span>Muffcast is not reachable!</span> | |
|     <p class="text-center">Please check settings and server.</p> | |
|   </div> | |
|   <div id="muffcast"> | |
|     <div class="info"> | |
|       <a id="title"></a> | |
|       <span id="host"></span> | |
|       <div class="audio"> | |
|         <a id="mute"></a> | |
|         <input id="volume" type="range" min="0" max="1" step="0.01" /> | |
|       </div> | |
|     </div> | |
|     <div class="bottom-menu"> | |
|       <a id="play"><i class="fa fa-play"></i></a> | |
|       <a id="stop">Stop Muffcast</a> | |
|       <br /> | |
|     </div> | |
|   </div> | |
|   <script src="popup.js"></script> | |
| </body> | |
| 
 | |
| </html>
 |