Skip to content

Commit

Permalink
Added a login page for identity provider server
Browse files Browse the repository at this point in the history
  • Loading branch information
davidallendj committed Apr 17, 2024
1 parent 0ca88e1 commit 57166c5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pages/login.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<div class="log-form">
<h2>Login to your account</h2>
<form action="/api/login" method="post">
<input type="text" id="username" name="username" title="username" placeholder="Enter your username or email..." /><br/>
<input type="password" id="password" name="password" title="password" placeholder="Enter your password..." /><br/>
<button type="submit" class="btn">Login</button><br/>
<a class="forgot" href="#">Forgot Username?</a><br/>
<label>(hint: try 'ochami' for both username and password)</label>
</form>
</div><!--end log form -->
</html>

0 comments on commit 57166c5

Please sign in to comment.