home.page.html 531 B

1234567891011121314151617181920
  1. <ion-header [translucent]="true">
  2. <ion-toolbar>
  3. <ion-title>
  4. Blank
  5. </ion-title>
  6. </ion-toolbar>
  7. </ion-header>
  8. <ion-content [fullscreen]="true">
  9. <ion-header collapse="condense">
  10. <ion-toolbar>
  11. <ion-title size="large">Blank</ion-title>
  12. </ion-toolbar>
  13. </ion-header>
  14. <div id="container">
  15. <strong>Ready to create an app?</strong>
  16. <p>Start with Ionic <a target="_blank" rel="noopener noreferrer" href="https://ionicframework.com/docs/components">UI Components</a></p>
  17. </div>
  18. </ion-content>