-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
34 lines (30 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>SmartSpin2K Web Server</title>
</head>
<body>
<fieldset>
<legend><a href="http://github.com/doudar/SmartSpin2k">http://github.com/doudar/SmartSpin2k</a></legend>
<p style="text-align: left;"><strong><a href="index.html">Main Index</a></strong></p>
<h1 style="text-align: left;"><strong>StreamFit</strong></h1>
<meta name="viewport" content="width=device-width, initial-scale=1">
<body>
<input type="file" id="file-selector" accept=".fit"/>
<p></p>
<h2>
<div id="status">COULD NOT LOAD JAVASCRIPT</div>
<div id="heart_rate"></div>
<div id="power"></div>
<div id="cadence"></div>
<p></p>
</h2>
<button type="button" id="stopBTN">Stop</button>
<p>‌</p>
</body>
</fieldset>
<!--<script src="https://raw.githack.com/doudar/StreamFit/master/index.js"></script>-->
<script src="./index.js"></script>
</html>