35 lines
904 B
HTML
35 lines
904 B
HTML
<ion-content [fullscreen]="true">
|
|
<div id="container">
|
|
<ion-card>
|
|
<ion-card-header>
|
|
<ion-card-title>FloatEV</ion-card-title>
|
|
<ion-card-subtitle>Card Subtitle</ion-card-subtitle>
|
|
</ion-card-header>
|
|
|
|
<ion-card-content>
|
|
Here's a small text description for the card content. Nothing more,
|
|
nothing less.
|
|
</ion-card-content>
|
|
</ion-card>
|
|
|
|
<ion-card>
|
|
|
|
<ion-card-content>
|
|
Here's a small text description for the card content. Nothing more,
|
|
nothing less.
|
|
<ion-grid>
|
|
<ion-row>
|
|
<ion-col>
|
|
<ion-button size="default">Sign Up</ion-button>
|
|
</ion-col>
|
|
<ion-col>
|
|
<ion-button size="default">Login</ion-button>
|
|
</ion-col>
|
|
</ion-row>
|
|
</ion-grid>
|
|
</ion-card-content>
|
|
</ion-card>
|
|
|
|
</div>
|
|
</ion-content>
|