mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
13 lines
No EOL
254 B
HTML
13 lines
No EOL
254 B
HTML
<html>
|
|
|
|
<head></head>
|
|
|
|
<body>
|
|
<input type='file' id='input' />
|
|
<audio controls id='audio' src=""></audio>
|
|
<canvas id='oscilloscope'></canvas>
|
|
<button id='podcast'>Load Podcast</button>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
|
|
</html> |