xxxxxxxxxx
30
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.10.2/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.10.2/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<table>
<tr>
<td>Num People:</td>
<td><input type="range" min="1" max="20" value="5" id="numpeople" /><span id="dispnumpeople">5</span></td>
</tr>
<tr>
<td>Total Cost:</td>
<td><input type="range" min="1" max="20" value="5" id="numpeople" /><span id="dispnumpeople">5</span></td>
</tr>
<tr>
<td>Num People:</td>
<td><input type="range" min="1" max="20" value="5" id="numpeople" /><span id="dispnumpeople">5</span></td>
</tr>
</table>
<script src="sketch.js"></script>
</body>
</html>