]> git.0d.be Git - nanofun.git/blob - index.html
d4cd50f237f4d25069799b2fa771c1ed20e32967
[nanofun.git] / index.html
1 <!DOCTYPE html>
2 <html>
3  <head>
4   <meta charset="UTF-8"><!-- ♫ -->
5   <meta name="viewport" content="width=device-width, initial-scale=1.0">
6   <link rel="manifest" href="manifest.json">
7   <title>nanoFUN</title>
8   <script src="jquery.min.js"></script>
9   <script src="nanofun.js"></script>
10   <link rel="stylesheet" type="text/css" href="nanofun.css">
11  </head>
12  <body>
13   <div id="nanopad">
14    <div class="nanotouch" data-touch="0">
15      <span class="name"></span>
16      <span class="duration"></span>
17      <input type="file" accept="audio/*">
18      <input class="touch-gain" type="range" min="0" max="127" value="127">
19    </div>
20   </div>
21   <div id="msg"></div>
22   <div id="midiinputs"></div>
23   <div id="midioutputs"></div>
24   <form>
25     <br><input id="master-gain" type="range" min="0" max="127" value="127">
26   </form>
27   <div id="gitclone">Source code at <a href="https://git.0d.be/?p=nanofun.git">https://git.0d.be/?p=nanofun.git</a></div>
28  </body>
29 </html>