kegel/web/ctl.html

41 lines
1.1 KiB
HTML

<html>
<head>
<meta charset="UTF-8">
<title>nastavitve &gt;&lt; glasbena miza</title>
<link rel="stylesheet" href="ctl.css">
</head>
<body>
<section class="container">
<table id="ctl">
<tr>
<th colspan="3">SCENE</th>
</tr>
<tr><td><div id="scene"></div></td></tr>
<tr>
<th colspan="3">
NASTAVITVE
</th>
</tr>
<tr>
<td>šum 1</td>
<td class="gumb">
<button id="sum1">&nbsp;</button>
</td>
</tr>
<tr>
<td>šum 2</td>
<td class="gumb">
<button id="sum1">&nbsp;</button>
</td>
</tr>
</table>
</section>
<script src="node_modules/osc/dist/osc-browser.js"></script>
<script src="config.js"></script>
<script src="osctl.js"></script>
<script src="ctl.js"></script>
</body>
</html>