mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-31 17:11:54 +01:00
e47f726abb
Fixes #310
16 lines
274 B
HTML
16 lines
274 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Audio test</title>
|
|
<style></style>
|
|
</head>
|
|
<body>
|
|
<h1>Audio test</h1>
|
|
<div id="test">
|
|
Hashes: <ul class="hash"></ul>
|
|
Sum: <span class="sum"></span>
|
|
<button>refresh</button>
|
|
</div>
|
|
<script src="audioTest.js"></script>
|
|
</body>
|
|
</html> |