2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-28 20:39:40 +00:00
confluent/confluent_web/consoles.html

13 lines
585 B
HTML
Raw Normal View History

<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>