2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00
confluent/confluent_web/consoles.html
jjohnson2 c4fcbd960e Remove jquery dependency for console demo
jquery is needless burden for this sort of application
2014-11-20 15:42:22 -05:00

10 lines
352 B
HTML

<html><head><title>Console demo</title>
<link rel="stylesheet" href="consoles.css" type="text/css">
<script type="text/javascript" src="js/term.js"></script>
<script type="text/javascript" src="js/consolewindow.js"></script>
<script type="text/javascript" src="js/consoles.js"></script>
</head>
<body scroll="no">
<div id="nodes"></div>
</body></html>