Files
Go-To-bed/Client/src/app/components/searchHost/searchHost.page.html
2022-01-02 05:46:33 +01:00

16 lines
366 B
HTML

<ion-header [translucent]="true">
<ion-toolbar>
<ion-title>Search Host</ion-title>
</ion-toolbar>
</ion-header>
<ion-content [fullscreen]="true">
<ion-header collapse="condense">
<ion-toolbar>
<ion-title size="large">WOL</ion-title>
</ion-toolbar>
</ion-header>
<app-explore-container name="WOL"></app-explore-container>
</ion-content>