You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
689 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>grr</title>
<link rel="stylesheet" type="text/css" href="css/reset.css" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
</head>
<body>
<input type="range" id="slider" onmousedown="slideon(this)" onmouseup="slideoff(this)" oninput="trill(this)">
<div id="drag-alarm">something is being dragged at value</div>
<br>
<br>
<br>
<h1 id="trill">noise</h1>
<audio id="player"controls src="./drag chair.WAV"></audio>
<button id="button">play</button>
</body>
<script type="text/javascript" src="js/main.js"></script>
</html>