-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew.html
41 lines (37 loc) · 1.2 KB
/
new.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylesheet.css">
<title>Weather Forecast</title>
</head>
<body>
<div class="main">
<label>Weather Forecast</label>
<div class="date">hyy</div>
<div class="time"></div><hr/>
<input type="text" id ="text"placeholder="Enter Your City"/>
<button class="search" >search</button>
<br/>
<div class="left"><hr/></div>
<div class="right"><hr/></div>OR
<button class="get" >Get Device Location</button>
<div class="data">
<div class="place"></div>
<div class="temp"></div>
<hr>
<p>CURRENT DETAILS</p>
<div class="icon"></div>
<div class="sunrise"></div>
<div class="sunset"></div>
<div class="description"></div>
<div class="humidity"></div>
<div class="wind"></div>
<div class="visibility"></div>
</div>
</div>
<script src = "one.js"></script>
</body>
</html>