Navigation Menu

Skip to content

Commit

Permalink
Step 1.1: Create main html file
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB authored and Dotan Simha committed Nov 23, 2016
1 parent 75fab03 commit 94a7629
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions client/index.html
@@ -0,0 +1,22 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title>Whatsapp Meteor</title>
</head>

<body>
<!--
The nav bar that will be updated as we navigate between views.
-->
<ion-nav-bar class="bar-stable">
<ion-nav-back-button>
</ion-nav-back-button>
</ion-nav-bar>
<!--
The views will be rendered in the <ion-nav-view> directive below
Templates are in the /templates folder (but you could also
have templates inline in this html file if you'd like).
-->
<ion-nav-view></ion-nav-view>

</body>

0 comments on commit 94a7629

Please sign in to comment.