summaryrefslogtreecommitdiff
path: root/index.html
blob: 436c7c4989f49b43286959031cd7ae9e97563222 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    <head>
    </head>
    <body>
        <h1>hello, world!</h1>
        <p id="volume">0 dB</p>
    </body>
    <script src="scripts/microphone.js"></script>
</html>