Skip to content

Commit

Permalink
update search
Browse files Browse the repository at this point in the history
  • Loading branch information
MoistCatawumpus authored Feb 4, 2024
1 parent 88d97ef commit 2ca482a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
<div class="container">
<h1>GitHub User Stats</h1>
<div id="search-container">
<label for="searchInput">Enter GitHub username:</label>
<input type="text" id="searchInput" placeholder="Type a username" onkeydown="searchOnEnter(event)">
<input type="text" id="searchInput" placeholder="Enter Github username... (e.g. MoistCatawumpus)" onkeydown="searchOnEnter(event)">
<button onclick="getUserStats()">Search</button>
</div>
<div id="userStats" class="hidden"></div>
Expand Down

0 comments on commit 2ca482a

Please sign in to comment.