Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b1641d7

Browse files
committed
add assets
1 parent 4d14cc3 commit b1641d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+15
-11
lines changed
2.08 KB
2.54 KB
1.94 KB
2.01 KB
2.06 KB
2.67 KB
2.78 KB
2.83 KB
2.12 KB
2.82 KB
2.25 KB
2.27 KB
2.07 KB
2.2 KB
2.06 KB
2.06 KB
2.12 KB
2.1 KB
2.67 KB
2.08 KB
2.67 KB
2.08 KB
2.66 KB
2.06 KB
2.18 KB
2.18 KB
2.25 KB
2.25 KB
2.78 KB
2.21 KB
2.78 KB
2.21 KB
2.79 KB
2.21 KB
2.1 KB
2.67 KB
2.66 KB
2.65 KB
2.83 KB
2.88 KB
2.78 KB
2.79 KB
2.69 KB
2.71 KB
2.82 KB
2.22 KB
3 KB
2.39 KB
1.58 KB
2.46 KB
2.39 KB
2.01 KB
2.06 KB
2.58 KB
2.68 KB
2.74 KB
2.12 KB
2.73 KB
2.25 KB
2.27 KB
2.08 KB
2.2 KB
2.07 KB
2.07 KB
2.12 KB
2.11 KB
2.58 KB
2.08 KB
2.58 KB
2.08 KB
2.58 KB
2.08 KB
2.18 KB
2.18 KB
2.25 KB
2.25 KB
2.68 KB
2.21 KB
2.68 KB
2.21 KB
2.68 KB
2.22 KB
2.1 KB
2.58 KB
2.58 KB
2.56 KB
2.74 KB
2.79 KB
2.68 KB
2.71 KB
2.6 KB
2.62 KB
2.73 KB
2.22 KB
2.9 KB
2.39 KB
62.5 KB
Binary file not shown.

Source-Code/WeatherApp/index.html

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,19 @@
66
<title>Weather App</title>
77
</head>
88
<body>
9-
<h1>Weather App</h1>
10-
<input id="input" type="text" placeholder="Enter city name">
11-
<button id="btn">Search</button>
12-
<h6 id="country"></h6>
13-
<h6 id="city-name"></h6>
14-
<p id="date-time"></p>
15-
<div id="weather-icon"></div>
16-
<p id="temp"></p>
17-
<button id="getlocation">get the location</button>
18-
<script src="script.js"></script>
19-
</body>
9+
<div>
10+
<h1>Weather App</h1>
11+
<div>
12+
<input id="input" type="text" placeholder="Enter city name">
13+
<button id="btn">Search</button>
14+
</div>
15+
<h6 id="country"></h6>
16+
<h6 id="city-name"></h6>
17+
<p id="date-time"></p>
18+
<div id="weather-icon"></div>
19+
<p id="temp"></p>
20+
<button id="getlocation">get the location</button>
21+
<script src="script.js"></script>
22+
</div>
23+
</body>
2024
</html>

0 commit comments

Comments
 (0)