-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (36 loc) · 1.73 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
39
40
41
<html>
<head>
<link rel="stylesheet" href="main.css">
</head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="myscripts.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta.2/css/bootstrap.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/weather-icons/1.3.2/css/weather-icons.min.css">
<body>
<div class="container">
<div class="row">
<div class="col-sm-2">
</div>
<div class="col-sm-8 text-center">
<h1><i class="wi wi-day-sunny"></i> Weather App <i class="wi wi-hail"></i></h1><i class="wi wi-thunderstorm wi-day-cloudy"></i> <i class="wi wi-day-cloudy"></i> <i class="wi wi-day-cloudy"></i> <i class="wi wi-snow-wind"></i> <i class="wi wi-day-cloudy"></i><i class="wi wi-day-cloudy"></i> <i class="wi wi-day-sleet-storm"></i> <i class="wi wi-day-cloudy"></i> <i class="wi wi-day-cloudy"></i> <i class="wi wi-raindrops"></i> <i class="wi wi-night-clear"></i>
<h2>Check weather of your area .Before you leave your home !!!</h2>
<button type="button" class="btn btn-outline-dark" id="bt1">Click here</button>
</div>
<div class="col-sm-2">
</div>
</div>
<div class="row">
<div class="col-sm-2">
</div>
<div class="col-sm-8 text-center">
<div class="jumbotron jai"> <p></p> <p><span id="city"></span> <span id="country"></span></p>
<p><span id="temp"></span><span class="temp" id="tempunit" ></span></p>
<p id="desc"></p>
</div>
</div>
<div class="col-sm-2">
</div>
</div>
</div>
</body>
</html>