Skip to content

Commit

Permalink
Add: Saved Password Container
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberSphinxxx committed Oct 28, 2024
1 parent 873f748 commit 41af93d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,22 @@ <h2 id="faq_title">Frequently Asked Questions About Passwords</h2>
</div>
</div>
</div>

<!-- Saved Passwords Container (Red Box Section) -->
<div class="saved-passwords-container">
<h2>Saved Passwords</h2>
<form id="savePasswordForm">
<input type="text" id="email" placeholder="Email/Label" required>
<input type="text" id="savedPassword" placeholder="Password" required>
<button type="button" id="saveBtn">Save</button>
</form>
<div id="savedPasswordsList"></div>
</div>

</div>



<script src="scripts.js"></script>
</body>
</html>

0 comments on commit 41af93d

Please sign in to comment.