25 lines
		
	
	
		
			621 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			621 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <ion-header [translucent]="true">
 | |
|   <ion-toolbar color="primary">
 | |
|     <ion-buttons slot="start">
 | |
|       <ion-menu-button></ion-menu-button>
 | |
|     </ion-buttons>
 | |
|     <ion-title>Beranda</ion-title>
 | |
|   </ion-toolbar>
 | |
| </ion-header>
 | |
| 
 | |
| <ion-content [fullscreen]="true">
 | |
|   <ion-header collapse="condense">
 | |
|     <ion-toolbar>
 | |
|       <ion-title size="large">Beranda</ion-title>
 | |
|     </ion-toolbar>
 | |
|   </ion-header>
 | |
| 
 | |
|   <ion-card>
 | |
|     <ion-card-header>
 | |
|       <ion-card-title class="ion-text-center">
 | |
|         Aplikasi Monitoring Kesehatan Secara Berkala Dan Mandiri
 | |
|       </ion-card-title>
 | |
|     </ion-card-header>
 | |
|   </ion-card>
 | |
| 
 | |
| </ion-content> |