Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
faisaldadkhan13 authored Dec 21, 2023
1 parent 9aae446 commit cf81dc0
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 @@ -26,7 +26,7 @@ <h1>Password Generator</h1>
<input type="checkbox" id="symbols" checked>
</div>

<button id="generate" onclick="generatePassword()">Generate Password</button>
<button class="generate.button" id="generate" onclick="generatePassword()">Generate Password</button>

<input type="text" id="password" readonly>
</div>
Expand Down

0 comments on commit cf81dc0

Please sign in to comment.