rower-website
Version:
A web server which access the PM5 rowing machine over usb and displays the wattage value.
16 lines • 415 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Random Number Display</title>
</head>
<body>
<h1>Random Number:</h1>
<p id="randomNumber">Waiting for data...</p>
<form action="/ready" method="get">
<button type="submit">Go to Ready Page</button>
</form>
<script src="/socket.io/socket.io.js"></script>
<script src="app.js"></script>
</body>
</html>