-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html class="app-html">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<title>Midi Vision</title>
<!-- Icon -->
<link rel="apple-touch-icon" sizes="180x180" href="/icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icon/favicon-16x16.png">
<link rel="icon" type="image/x-icon" href="/icon/favicon.ico">
<link rel="manifest" href="/icon/site.webmanifest">
<!-- CSS -->
<link id="theme-css" rel="stylesheet" type="text/css" href="/css/main.css">
<!-- Javascript -->
<script src="https://unpkg.com/tone"></script>
<script type="module" src="js/main.js" defer></script>
</head>
<body>
<input type="file" id="file" />
<button id="play-file">Play File</button>
</midi-player>
<canvas id="canvas" width="1280" height="720"></canvas>
</body>
</html>