Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cfunkz authored Mar 14, 2024
1 parent a86ed25 commit 789b628
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 @@ -370,7 +370,7 @@ <h1 class="mb-4 text-center">Emoji List</h1>

<!-- password gen -->
<div class="container mt-5" id="password-gen" style="display:none;">
<h1 class="mb-4">Password Generator</h1>
<h1 class="mb-4">String / Password Generator</h1>
<div class="mb-3">
<label for="lengthInput" class="form-label">Password Length</label>
<input type="number" id="lengthInput" class="form-control" max="256">
Expand Down

0 comments on commit 789b628

Please sign in to comment.