Skip to content

Commit

Permalink
2nd
Browse files Browse the repository at this point in the history
  • Loading branch information
iamaaadddity7977 committed Sep 28, 2024
1 parent f98c7ad commit 136debe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h1>Password Genertor</h1>
<div class="inputBox">
<input type="text" class="passBox" id="passBox" disabled>
<span class="material-icons" id="copyIcon">content_copy</span>
<span class="material-icons" id="copyIcon" title="Copy to click">content_copy</span>
</div>
<input type="range" min="1" max="30" value="8" id="inputSlider">
<div class="row">
Expand Down

0 comments on commit 136debe

Please sign in to comment.