<!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">
		<input type="text" id="input" />
	</div>
	
	<!-- Only include the script needed for loading the app -->
	<script src="js/vendor/fandango.v20140918.min.js"></script>
	<script src="js/bootstrap.js"></script>

</body>
</html>