ionic-cordova-gulp-seed
Version:
Ionic & Cordova & Gulp seed with organized code, tests, bower support and some other stuff. Originated from ionic-angular-cordova-seed.
37 lines (34 loc) • 1.68 kB
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no, width=device-width, minimal-ui">
<title>IonicStarterDev</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="white-translucent">
<link href="css/app.css?v=1424345428162" rel="stylesheet">
<link rel="icon" type="image/png" href="img/favicon.png">
<link rel="apple-touch-icon" href="img/favicon.png">
<script>
GLOBALS = {"ANGULAR_APP_NAME":"ionicstarter","BUNDLE_NAME":"IonicStarterDev","BUNDLE_VERSION":"1.0.0","CODE_VERSION":"9e15e8a62cb66144129456615cea788c7dd72ee6","DEPLOY_TIME":1424345428162,"ENV":"development","ROLLBAR_SOURCEMAPS_URL_PREFIX":"https://ionicstarter.com","WEINRE_ADDRESS":"192.168.0.14:31173"};
</script>
<script src="js/vendor.js?v=1424345428162"></script>
<script src="js/app_templates.js?v=1424345428162"></script>
<script src="js/app.js?v=1424345428162"></script>
<script id="cordova-js" src="cordova.js"></script>
</head>
<body>
<!--
The nav bar that will be updated as we navigate between views
Additional attributes set its look, nav-bar animation and icons
Icons provided by Ionicons: http://ionicons.com/
-->
<ion-nav-bar class="bar-positive"></ion-nav-bar>
<!--
The views will be rendered in the <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>
</html>