File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
09_DevelopingDataProducts/yhat Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE HTML>
2
+ < html >
3
+ < head >
4
+ < meta name ="viewport " content ="width=device-width ">
5
+ < title > What Am I Breathing?</ title >
6
+ < link href ="/static/css/main.css " rel ="stylesheet " type ="text/css "> </ link >
7
+ </ head >
8
+ < body >
9
+ < div class ="container ">
10
+ < form id ="rec ">
11
+ Latitude < input id ="lat " type ="text " /> < br />
12
+ Longitude < input id ="lon " type ="text " /> < br />
13
+ Radius (mi) < input id ="radius " type ="text " /> < br />
14
+ < button class ="btn " type ="submit "> Go!</ button >
15
+ </ form >
16
+ < section class ="results ">
17
+ < p class ="lead "> Top Ten Recommended Beers</ p >
18
+ < figure class ="visualization row ">
19
+ < div class ="col-sm-6 col-1 "> </ div >
20
+ < div class ="col-sm-6 col-2 "> </ div >
21
+ </ figure >
22
+ </ section >
23
+ < pre id ="result " class ="language-javascript "> < code class ="language-javascript "> </ code > </ pre >
24
+ </ div >
25
+ < script src ="/static/js/jquery-1.10.2.min.js "> </ script >
26
+ < script src ="/static/js/code.js "> </ script >
27
+ < script src ="/static/js/beers.js "> </ script >
28
+ < script src ="/static/js/main.js "> </ script >
29
+ </ body >
30
+ </ html >
You can’t perform that action at this time.
0 commit comments