1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-14 00:49:52 +02:00
CanvasBlocker/test/audioTest.html

16 lines
274 B
HTML
Raw Normal View History

2018-06-30 23:15:47 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Audio test</title>
<style></style>
</head>
<body>
<h1>Audio test</h1>
<div id="test">
Hashes: <ul class="hash"></ul>
2018-06-30 23:15:47 +02:00
Sum: <span class="sum"></span>
<button>refresh</button>
</div>
<script src="audioTest.js"></script>
</body>
</html>