commit | author | age
|
a5a648
|
1 |
<ion-header> |
W |
2 |
|
|
3 |
<ion-navbar> |
|
4 |
<ion-title>login</ion-title> |
|
5 |
</ion-navbar> |
|
6 |
|
|
7 |
</ion-header> |
|
8 |
|
|
9 |
|
|
10 |
<ion-content padding> |
8ddfd9
|
11 |
<ion-grid> |
W |
12 |
<ion-row> |
|
13 |
<ion-col col text-center > |
|
14 |
<img src='../../../assets/img/loginuser.jpg'/> |
|
15 |
</ion-col> |
|
16 |
</ion-row> |
|
17 |
<ion-row> |
|
18 |
<ion-list col text-center> |
|
19 |
<ion-item> |
|
20 |
<ion-input type="text" placeholder="Username"></ion-input> |
|
21 |
</ion-item> |
|
22 |
<ion-item col text-center> |
|
23 |
<ion-input type="password" placeholder="Password"></ion-input> |
|
24 |
</ion-item> |
|
25 |
</ion-list> |
|
26 |
</ion-row> |
|
27 |
<ion-row> |
|
28 |
<button ion-button class="button-block" (click)="register()">login</button> |
|
29 |
</ion-row> |
|
30 |
</ion-grid> |
a5a648
|
31 |
</ion-content> |