2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00
confluent/confluent_web/consoles.html
Jarrod Johnson bea9cd4149 Add web assets to confluent tree
This adds web assets so web developers can have a widget that can
be integrated into a web ui.
2014-06-04 16:11:06 -04:00

13 lines
585 B
HTML

<html><head><title>Console demo</title>
<link rel="stylesheet" href="consoles.css" type="text/css">
<link rel="stylesheet" href="css/smoothness/jquery-ui-1.10.4.custom.min.css" type="text/css">
<script type="text/javascript" src="jquery-2.1.0.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.10.4.custom.min.js"></script>
<script type="text/javascript" src="term.js"></script>
<script type="text/javascript" src="consolewindow.js"></script>
<script type="text/javascript" src="consoles.js"></script>
</head>
<body scroll="no">
<div id="nodes"></div>
</body></html>