-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
206533c
commit 73a647c
Showing
5 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,18 @@ | |
</nav> | ||
<section style="height: 90vh;"> | ||
<div class="container"> | ||
<div class="d-flex justify-content-center align-items-center bg-dark text-light "> | ||
<div class="d-flex justify-content-between align-items-center py-3 my-auto" style="width: 70%;"> | ||
<p class="my-auto"> | ||
For testing purpose you can login as office/administrator... | ||
</p> | ||
<form action="/office-login" method="post" class="my-auto"> | ||
<input type="text" id="username" name="username" required="" value="[email protected]" hidden> | ||
<input type="password" id="password" name="password" value="admin@123" required="" hidden> | ||
<button type="submit" class="btn btn-success">Take me in</button> | ||
</form> | ||
</div> | ||
</div> | ||
<div class="row d-flex justify-content-center align-items-center h-100"> | ||
<div class="col col-xl-10"> | ||
<div class="card" style="border-radius: 1rem;"> | ||
|