aboutsummaryrefslogtreecommitdiff
path: root/src/pages/home/home.html
blob: c7830bbd83d92bd6e1cbdccf357937d1532dbb0b (plain)
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>