econocart/src/pages/home/home.html

17 lines
428 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>
2017-05-07 01:52:52 +00:00
<ion-title>Início</ion-title>
2017-04-30 14:55:15 +00:00
</ion-navbar>
</ion-header>
2017-05-03 18:49:18 +00:00
<ion-content>
2017-05-03 15:05:57 +00:00
<h1 class="h1home">EconoCart</h1>
2017-05-03 18:49:18 +00:00
<h3 class="h3home">Bem vindos ao EconoCart!</h3>
<button color="secondary" class="btnhome" ion-button round block (click)="openPage()">
2017-05-03 15:05:57 +00:00
Iniciar
</button>
2017-04-30 14:55:15 +00:00
</ion-content>