mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-19 19:17:01 -07:00
Added a login page for identity provider server
This commit is contained in:
parent
0ca88e1a84
commit
57166c5ee4
1 changed files with 13 additions and 0 deletions
13
pages/login.html
Normal file
13
pages/login.html
Normal file
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue