2014-09-18 12:21:07 -04:00
|
|
|
<!doctype html>
|
|
|
|
<head>
|
|
|
|
<title>Cryptalk</title>
|
|
|
|
|
2015-12-29 18:38:05 -05:00
|
|
|
<meta charset="utf-8">
|
2014-09-22 16:11:13 -04:00
|
|
|
|
2015-12-29 18:38:05 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/default.css">
|
|
|
|
<link rel="icon" type="image/png" href="gfx/icon_32x32.png">
|
|
|
|
|
2014-09-18 12:21:07 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<!-- Messages -->
|
|
|
|
<!-- Each message is contained within an li element -->
|
|
|
|
<ul id="chat">
|
|
|
|
<li>SRV> Booting ...</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<!-- Message input -->
|
2014-09-21 19:04:52 -04:00
|
|
|
<div id="input_wrapper" class="loading">
|
|
|
|
<div id="loader"><span>|</span></div>
|
2014-09-18 12:21:07 -04:00
|
|
|
<input type="text" id="input" />
|
|
|
|
</div>
|
2014-09-21 19:04:52 -04:00
|
|
|
|
2014-09-18 12:21:07 -04:00
|
|
|
<!-- Only include the script needed for loading the app -->
|
2014-09-24 16:12:28 -04:00
|
|
|
<script src="js/vendor/fandango.v20140924.min.js"></script>
|
2014-09-18 12:21:07 -04:00
|
|
|
<script src="js/bootstrap.js"></script>
|
|
|
|
|
|
|
|
</body>
|
2014-09-24 16:12:28 -04:00
|
|
|
</html>
|