17 lines
		
	
	
		
			530 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			530 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">
							 | 
						||
| 
								 | 
							
								    <script src="static/js/game-client.js"></script>
							 | 
						||
| 
								 | 
							
								    <script src="static/js/websocket.js"></script>
							 | 
						||
| 
								 | 
							
								    <script src="static/js/player-controller.js"></script>
							 | 
						||
| 
								 | 
							
								    <script src="static/js/host-controller.js"></script>
							 | 
						||
| 
								 | 
							
								    <script src="static/js/cards.js"></script>
							 | 
						||
| 
								 | 
							
								    <title>Document</title>
							 | 
						||
| 
								 | 
							
								</head>
							 | 
						||
| 
								 | 
							
								<body>
							 | 
						||
| 
								 | 
							
								    
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								</html>
							 |