mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
820 B
23 lines
820 B
<div class="login-area">
|
|
<div class="card">
|
|
<div class="card-body text-center">
|
|
<img alt="Logo" class="login-icon login-element" src="./images/logo.png" />
|
|
|
|
<div>
|
|
<button type="button" class="btn btn-success btn-lg login-button login-element" (click)="login()">
|
|
Login to Squidex
|
|
</button>
|
|
</div>
|
|
|
|
<div class="login-info login-element" *ngIf="!isIE()">
|
|
The login button will open a new popup. Once you are logged in successful we will redirect you to the Squidex management portal.
|
|
</div>
|
|
</div>
|
|
|
|
<div class="login-arms"></div>
|
|
</div>
|
|
|
|
<div class="proudly-made">
|
|
Proudly made by<br /> Qaisar Ahmad & Sebastian Stehle, 2016-2018
|
|
</div>
|
|
</div>
|