Socialify

Folder ..

Viewing home.html
18 lines (17 loc) • 463.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<ion-header>
  <ion-navbar>
    <ion-title>News App</ion-title>
  </ion-navbar>
</ion-header>

<ion-content>
  <!--<h2>Welcome to Ionic!</h2>
  <p>
    This starter project comes with simple tabs-based layout for apps
    that are going to primarily use a Tabbed UI.
  </p>
  <p>
    Take a look at the <code>src/pages/</code> directory to add or change tabs,
    update any existing page or create new pages.
  </p>-->
  <div id="showNews"></div>
</ion-content>