Last active
August 10, 2018 09:50
-
-
Save samarthagarwal/9fda81e2b7114c37f04123c490b8c426 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ion-header> | |
| <ion-toolbar> | |
| <ion-title>Header</ion-title> | |
| </ion-toolbar> | |
| </ion-header> | |
| <ion-content> | |
| </ion-content> | |
| <ion-footer> | |
| <ion-toolbar> | |
| <ion-title>Footer</ion-title> | |
| </ion-toolbar> | |
| </ion-footer> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment