econocart/src/pages/home/home.html

17 lines
444 B
HTML
Raw Normal View History

2017-04-30 14:55:15 +00:00
<ion-header>
2017-05-03 15:05:57 +00:00
<ion-navbar color="primary">
2017-04-30 14:55:15 +00:00
<button ion-button menuToggle>
<ion-icon name="menu"></ion-icon>
</button>
<ion-title>Home</ion-title>
</ion-navbar>
</ion-header>
2017-05-03 15:05:57 +00:00
<ion-content padding class="contenthome">
<h1 class="h1home">EconoCart</h1>
<h3 text-center>Bem vindos ao EconoCart!</h3>
<button color="secondary" class="btnhome" ion-button block (click)="openPage()">
Iniciar
</button>
2017-04-30 14:55:15 +00:00
</ion-content>