mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
25 lines
547 B
HTML
25 lines
547 B
HTML
<ion-nav-items side="primary">
|
|
<button class="button" (click)="instanceCheck()">
|
|
<icon class="ion-star"></icon>
|
|
</button>
|
|
</ion-nav-items>
|
|
|
|
<ion-content class="padding">
|
|
|
|
<p>
|
|
<button class="button button-primary" (click)="signIn()">
|
|
Sign In
|
|
</button>
|
|
<button class="button button-primary button-outline" (click)="instanceCheck()">
|
|
<icon class="ion-star"></icon>
|
|
</button>
|
|
</p>
|
|
|
|
<p>
|
|
<input>
|
|
</p>
|
|
|
|
<f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f>
|
|
|
|
</ion-content>
|