15 lines
405 B
HTML
15 lines
405 B
HTML
<html>
|
|
<head>
|
|
<meta name="viewport" conetnt="width=device-width, initial-scale=1" />
|
|
<link rel="stylesheet" href="tuner.css" />
|
|
<script src="tuner.js"></script>
|
|
<title>Tuner</title>
|
|
</head>
|
|
<body onclick="setup()">
|
|
<h1 id="note">Tap to Start</h1>
|
|
<h2 id="tune"></h2>
|
|
<div id="frequency"></div>
|
|
<div>(<span id="rate">??</span> kHz sample rate)</div>
|
|
</body>
|
|
</html>
|