first commit

This commit is contained in:
DESKTOP-DH6BVPV\chiefsoft
2022-11-23 15:43:39 -05:00
parent a46382e148
commit 112f2e5be6
2 changed files with 23 additions and 11 deletions
+2
View File
@@ -16,5 +16,7 @@ services:
- apigateway.wrenchboard.app.lotus.fluxtra.net:172.31.4.19
environment:
- CHOKIDAR_USEPOLLING=true
volumes:
- ./src:/www/app/src
volumes:
src:
+21 -11
View File
@@ -1,20 +1,30 @@
<ion-header [translucent]="true">
<ion-toolbar>
<ion-title>
Blank
</ion-title>
</ion-toolbar>
</ion-header>
<ion-content [fullscreen]="true">
<ion-header collapse="condense">
<ion-toolbar>
<ion-title size="large">Blank</ion-title>
<ion-title size="large">FloatEV</ion-title>
</ion-toolbar>
</ion-header>
<div id="container">
<strong>Ready to create an app?</strong>
<p>Start with Ionic <a target="_blank" rel="noopener noreferrer" href="https://ionicframework.com/docs/components">UI Components</a></p>
<ion-card>
<ion-card-header>
<ion-card-title>Card Title</ion-card-title>
<ion-card-subtitle>Card Subtitle</ion-card-subtitle>
</ion-card-header>
<ion-card-content>
Here's a small text description for the card content. Nothing more,
nothing less.
</ion-card-content>
</ion-card>
<ion-card>
<ion-card-content>
Here's a small text description for the card content. Nothing more,
nothing less.
</ion-card-content>
</ion-card>
</div>
</ion-content>