Skip to content

Commit

Permalink
feat: add my name to the h1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebinbenjamin authored Feb 19, 2025
1 parent 48cab61 commit b53e3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Weather App</h1>
<h1>Sebin's Weather App</h1>
<label>Enter your City: </label>
<input type="text" id="input" placeholder="Queenstown"/>
<button onclick="handleClick()">Search!!</button>
Expand All @@ -19,4 +19,4 @@ <h1>Weather App</h1>
<span id="icon"></span>

</body>
</html>
</html>

0 comments on commit b53e3c7

Please # to comment.