16 lines
415 B
HTML
16 lines
415 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<script type="text/javascript">
|
||
|
|
exports = {};
|
||
|
|
</script>
|
||
|
|
<!--<script type="text/javascript" src="dat.gui.min.js"></script>-->
|
||
|
|
<script type="text/javascript" src="dat.gui.js"></script>
|
||
|
|
<script type="text/javascript" src="jibo-tunable-client.js"></script>
|
||
|
|
</head>
|
||
|
|
<body onload="new window.Client(PORT_TO_USE);">
|
||
|
|
|
||
|
|
<div id="gui-container"></div>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|