28 lines
		
	
	
		
			No EOL
		
	
	
		
			701 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			No EOL
		
	
	
		
			701 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<head>
 | 
						|
	<meta charset="utf-8">
 | 
						|
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 | 
						|
	<title>Cryptalk</title>
 | 
						|
 | 
						|
	<link rel="stylesheet" type="text/css" href="css/default.css">
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
 | 
						|
	<!-- Messages -->
 | 
						|
	<!-- Each message is contained within an li element -->
 | 
						|
	<ul id="chat">
 | 
						|
		<li>SRV> Booting ...</li>
 | 
						|
	</ul>
 | 
						|
 | 
						|
	<!-- Message input -->
 | 
						|
	<div id="input_wrapper" class="loading">
 | 
						|
		<div id="loader"><span>|</span></div>
 | 
						|
		<input type="text" id="input" />
 | 
						|
	</div>
 | 
						|
 | 
						|
	<!-- Only include the script needed for loading the app -->
 | 
						|
	<script src="js/vendor/fandango.v20140921.min.js"></script>
 | 
						|
	<script src="js/bootstrap.js"></script>
 | 
						|
 | 
						|
</body>
 | 
						|
</html> |