Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishkhobragade committed Feb 21, 2024
2 parents df3c6ea + 3b74a10 commit b359389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 09_random_password_gen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="container">
<h1>Generate a <br> <span>Random Password</span></h1>
<div class="display">
<input type="text" id="password" placeholder="Password" />
<input type="text" id="password" placeholder="Password" readonly/>
<img src="./images/copy.png" onclick="copyPassword()" alt="copy icon" />
</div>
<div id="copyMessage" class="copy-message">Password copied</div>
Expand All @@ -26,4 +26,4 @@ <h1>Generate a <br> <span>Random Password</span></h1>
</div>
<script src="./app.js"></script>
</body>
</html>
</html>

0 comments on commit b359389

Please sign in to comment.