Archived
Private
Public Access
1
0

finished files page

This commit is contained in:
2023-04-16 14:28:34 +02:00
parent 72f08fc9cb
commit dfc405d799
26 changed files with 534 additions and 44 deletions

View 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>