-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
38 lines (38 loc) · 1.75 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
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Uttori AudioWAV - WAVE Chunk Explorer shows the chunks contained in a provided WAV file.">
<meta property="og:description" content="Uttori AudioWAV - WAVE Chunk Explorer shows the chunks contained in a provided WAV file.">
<meta property="twitter:description" content="Uttori AudioWAV - WAVE Chunk Explorer shows the chunks contained in a provided WAV file.">
<meta property="og:title" content="Uttori AudioWAV - WAVE Chunk Explorer">
<meta property="twitter:title" content="Uttori AudioWAV - WAVE Chunk Explorer">
<meta property="og:site_name" content="Uttori AudioWAV">
<meta property="og:locale" content="en_US">
<meta name="twitter:site" content="@superfamicom">
<meta name="twitter:creator" content="@superfamicom">
<meta property="og:url" content="https://wiki.superfamicom.org/">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link href="demo/styles.css" rel="stylesheet">
<title>Uttori AudioWAV - WAVE Chunk Explorer</title>
</head>
<body>
<header class="header">
<h1 class="title"><a href="https://github.com/uttori/uttori-audio-wave">Uttori AudioWAV</a> WAVE Chunk Explorer</h1>
<div class="file">
<label for="wav-file">
Choose a WAV File:
<input type="file" id="wav-file" name="wav-file" />
</label>
</div>
</header>
<div class="chunk-list">
<div class="chunk">
<p>Choose a WAVE file to see the contained chunks.</p>
</div>
</div>
<script src="demo/wav.js"></script>
</body>
</html>