2015-01-10 22:11:51 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
|
2015-02-01 08:47:29 +00:00
|
|
|
<meta name="theme-color" content="#EC0000">
|
2015-01-10 22:11:51 +00:00
|
|
|
<title></title>
|
|
|
|
|
|
|
|
<link href="lib/ionic/css/ionic.css" rel="stylesheet">
|
|
|
|
<link href="css/style.css" rel="stylesheet">
|
|
|
|
|
2015-02-02 13:23:52 +00:00
|
|
|
<!-- Google Analitycs -->
|
|
|
|
<script>
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','http://www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-55431807-3', 'auto');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
|
|
<!-- End Google Analitycs -->
|
|
|
|
|
2015-01-10 22:11:51 +00:00
|
|
|
<!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above
|
|
|
|
<link href="css/ionic.app.css" rel="stylesheet">
|
|
|
|
-->
|
|
|
|
|
|
|
|
<!-- ionic/angularjs js -->
|
|
|
|
<script src="lib/ionic/js/ionic.bundle.js"></script>
|
|
|
|
|
|
|
|
<!-- cordova script (this will be a 404 during development) -->
|
|
|
|
<script src="cordova.js"></script>
|
|
|
|
|
|
|
|
<!-- your app's js -->
|
|
|
|
<script src="js/app.js"></script>
|
|
|
|
<script src="js/ApiService.js"></script>
|
|
|
|
<script src="js/controllers.js"></script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body ng-app="starter">
|
|
|
|
<ion-nav-view></ion-nav-view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|