-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.48 KB
/
Copy pathindex.html
File metadata and controls
39 lines (39 loc) · 1.48 KB
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
35
36
37
38
39
<!DOCTYPE html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-93163707-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-93163707-2');
</script>
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
<title>CrossFit Open 2018 Scores & Percentiles</title>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<script type='text/javascript' src='config.js'></script>
<script type='text/javascript' src='js.js'></script>
<link href='css.css' rel='stylesheet'/>
</head>
<body>
<div id='selectors'>
<span id='selector_label'>
CrossFit Open
</span>
<select id='workout'>
</select>
<select id='demographic'>
</select>
<select id='region'>
</select>
<input type='radio' name='scaling' id='scaling_rx' value='rx' checked><label for='scaling_rx'>Rx</label>
<input type='radio' name='scaling' id='scaling_scaled' value='scaled'><label for='scaling_scaled'>Scaled</label>
</div>
<div id='plot'>
</div>
<div id='data'>
<div id='message'>
</div>
</div>
</body>
</html>