File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
5
6
< link rel ="icon " href ="about:blank ">
7
+ < title > GL Stats</ title >
6
8
< script >
7
9
// stub performance.now for deterministic rendering per-frame;
8
10
// we'll later increment the value by 16 on every frame (16ms per frame for 60fps)
Original file line number Diff line number Diff line change 95
95
96
96
< fieldset >
97
97
< legend > 🌊 Tsunami (0 or 1)</ legend >
98
- < input id ="tsunami " type ="checkbox " /> < label > Apply < code > tsunami</ code > filter</ label >
98
+ < input id ="tsunami " type ="checkbox " />
99
+ < label for ="tsunami "> Apply < code > tsunami</ code > filter</ label >
99
100
< div id ="radio-tsunamis ">
100
101
< input type ="radio " id ="t0 " name ="tsunami " value ="0 " /> < label > 0</ label >
101
102
< input type ="radio " id ="t1 " name ="tsunami " value ="1 " /> < label > 1</ label >
Original file line number Diff line number Diff line change 58
58
< div class ="map-overlay top ">
59
59
< div class ="map-overlay-inner ">
60
60
< h2 > Significant earthquakes in 2015</ h2 >
61
- < label id ="month "> </ label >
61
+ < label id ="month " for =" slider " > </ label >
62
62
< input id ="slider " type ="range " min ="0 " max ="11 " step ="1 " value ="0 " />
63
63
</ div >
64
64
< div class ="map-overlay-inner ">
You can’t perform that action at this time.
0 commit comments