Skip to content

Commit ef344c9

Browse files
committed
More yhat stuff
1 parent 187d5ab commit ef344c9

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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>

0 commit comments

Comments
 (0)