2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00
confluent/confluent_web/consoles.html

10 lines
352 B
HTML
Raw Normal View History

<html><head><title>Console demo</title>
<link rel="stylesheet" href="consoles.css" type="text/css">
2014-07-27 23:19:27 +00:00
<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>