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.
		
		
		
		
		
			
		
			
				
					
					
						
							33 lines
						
					
					
						
							845 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							33 lines
						
					
					
						
							845 B
						
					
					
				| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
|   <title>COZe</title> | |
|   <meta charset="UTF-8"> | |
|   <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> | |
|   <link rel="stylesheet" href="/css/styles.css"> | |
| </head> | |
| <body> | |
|     <div class="header"> | |
|         <img class="menu" src="/images/menu.png"> | |
|         <img class="logo" src="/images/logo.png"> | |
|     </div> | |
| 
 | |
|     <div class="content client"> | |
|     </div> | |
| 
 | |
| 
 | |
|     <audio id="notify1"> | |
|         <source src="../sounds/message.ogg" type="audio/ogg"> | |
|     </audio> | |
| 
 | |
|     <script src="https://code.jquery.com/jquery-latest.min.js"></script> | |
|     <script src="/socket.io/socket.io.js"></script> | |
|     <script src="/smartphone.js"></script> | |
| 
 | |
|     <iframe class="iframeGET" src=""></iframe> | |
| <!-- | |
|     <div class="footer"> | |
|         <input type="text"> | |
|     </div>--> | |
| </body> | |
| </html>
 |