Guest User

index

a guest
Apr 18th, 2016
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
  6.     <title></title>
  7.  
  8.     <link href="lib/ionic/css/ionic.css" rel="stylesheet">
  9.     <link href="css/style.css" rel="stylesheet">
  10.  
  11.     <!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above
  12.    <link href="css/ionic.app.css" rel="stylesheet">
  13.    -->
  14.  
  15.     <!-- ionic/angularjs js -->
  16.     <script src="lib/ionic/js/ionic.bundle.js"></script>
  17.  
  18.     <!-- cordova script (this will be a 404 during development) -->
  19.     <script src="cordova.js"></script>
  20.  
  21.     <!-- your app's js -->
  22.     <script src="js/app.js"></script>
  23.   </head>
  24.   <body ng-app="starter">
  25.     <ion-nav-view></ion-nav-view>
  26.   </body>
  27. </html>
Add Comment
Please, Sign In to add comment