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.
		
		
		
		
		
			
		
			
				
					
					
						
							27 lines
						
					
					
						
							729 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							27 lines
						
					
					
						
							729 B
						
					
					
				| 
 | |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
|     <title>COZe Training</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"> | |
|     </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="/device.js"></script> | |
| </body> | |
| </html>
 |