-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (30 loc) · 1 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
35
36
37
38
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Daniel's Weather App</title>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<html>
<head>
<title>Daniel's Weather App</title>
</head>
<body>
<h1>Daniel's Weather App</h1>
<div class="text-center">
<ul class="list-unstyled">
<button class="btn btn-primary" id="city"></button>
<button class="btn btn-primary" id="weatherType"></button>
<button class="btn btn-primary" id="fTemp"></button>
<button class="btn btn-primary" id="windSpeed"></button>
</ul>
</div>
<div class="footer">Created by <a href="http://github.com/dlarner3194">Daniel Larner</a></div>
</body>
</html>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>