summaryrefslogtreecommitdiff
path: root/fw/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'fw/src/index.html')
-rw-r--r--fw/src/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/fw/src/index.html b/fw/src/index.html
index 142a1b9..5817818 100644
--- a/fw/src/index.html
+++ b/fw/src/index.html
@@ -9,8 +9,13 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>iot-contact</title>
+ <script type="text/javascript" src="/iot-contact.js"></script>
</head>
<body>
<h4>iot-contact</h4>
+ <p>
+ <label for="heartbeat">Heartbeat</label>
+ <meter id="heartbeat" min="0" max="1" value="0"></meter>
+ </p>
</body>
</html>