Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DMG-TechLabs/eudi-login
Browse files Browse the repository at this point in the history
  • Loading branch information
KDesp73 committed Feb 17, 2025
2 parents 6f90a3f + d2f2799 commit 06a8e15
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,15 @@
<body>
<div class="login-container">
<h2>Login</h2>
<form action="#" method="post">
<div class="input-group">
<label for="username">Username</label>
<input type="text" id="username" name="username" placeholder="Enter username">
</div>
<div class="input-group">
<label for="password">Password</label>
<input type="password" id="password" name="password" placeholder="Enter password">
</div>
<button class="login-btn"type="submit">Login</button>
</form>
<div class="input-group">
<label for="username">Username</label>
<input type="text" id="username" name="username" placeholder="Enter username">
</div>
<div class="input-group">
<label for="password">Password</label>
<input type="password" id="password" name="password" placeholder="Enter password">
</div>
<button class="login-btn">Login</button>

<div class="or-divider">
<span>OR</span>
Expand Down

0 comments on commit 06a8e15

Please sign in to comment.