]> git.0d.be Git - nanofun.git/blob - index.html
add viewport meta to mark it's responsive
[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   <title>nanoFUN</title>
7   <script src="jquery.min.js"></script>
8   <script src="nanofun.js"></script>
9   <link rel="stylesheet" type="text/css" href="nanofun.css">
10  </head>
11  <body>
12   <div id="nanopad">
13    <div class="nanotouch" data-touch="0">
14      <span class="name"></span>
15      <span class="duration"></span>
16      <input type="file">
17      <input class="touch-gain" type="range" min="0" max="127" value="127">
18    </div>
19   </div>
20   <div id="msg"></div>
21   <div id="midiinputs"></div>
22   <div id="midioutputs"></div>
23   <form>
24     <br><input id="master-gain" type="range" min="0" max="127" value="127">
25   </form>
26   <div id="gitclone">Source code at <a href="https://git.0d.be/?p=nanofun.git">https://git.0d.be/?p=nanofun.git</a></div>
27  </body>
28 </html>