finished files page
This commit is contained in:
16
BetterIServ.Mobile/src/app/pages/home/home.page.html
Normal file
16
BetterIServ.Mobile/src/app/pages/home/home.page.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<ion-header [translucent]="true">
|
||||
<ion-toolbar>
|
||||
<ion-buttons slot="start">
|
||||
<ion-menu-button></ion-menu-button>
|
||||
</ion-buttons>
|
||||
<ion-title>Übersicht</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-content [fullscreen]="true">
|
||||
<ion-header collapse="condense">
|
||||
<ion-toolbar>
|
||||
<ion-title size="large">Übersicht</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
</ion-content>
|
||||
Reference in New Issue
Block a user