summaryrefslogtreecommitdiffhomepage
path: root/index.html
blob: e9b26477b9eeb423a0d37b13e5864eaf9ebb40be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
    <head>
        <title>Setup AIRMX device</title>
        <script defer src="main.mjs"></script>
    </head>
    <body>
        <h1>Setup your AIRMX device</h1>
        <div>
            <button id="connect" type="button">
                Connect
            </button>
        </div>
    </body>
</html>