Prettier
This commit is contained in:
11
tuner.html
11
tuner.html
@@ -1,13 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" conetnt="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="tuner.css">
|
||||
<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 onload="setup()">
|
||||
<h1 id="note">Listening...</h2>
|
||||
<h2 id="tune"></h3>
|
||||
<h1 id="note">Listening...</h1>
|
||||
<h2 id="tune"></h2>
|
||||
<div id="frequency"></div>
|
||||
<div>(<span id="rate">??</span> kHz sample rate)</div>
|
||||
</bdoy>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user