diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-20 16:15:18 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-20 16:15:18 -0400 |
| commit | 676270d21beed31d767a06c89522198c77d5d865 (patch) | |
| tree | 902772af01bfbcf80955f0351a5aae9eb029b9b0 /www/index.html | |
Initial commit
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html new file mode 100644 index 00000000..cae2c175 --- /dev/null +++ b/www/index.html @@ -0,0 +1,45 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width"> + <title></title> + + <link rel="manifest" href="manifest.json"> + + <!-- un-comment this code to enable service worker + <script> + if ('serviceWorker' in navigator) { + navigator.serviceWorker.register('service-worker.js') + .then(() => console.log('service worker installed')) + .catch(err => console.log('Error', err)); + } + </script>--> + + <link href="lib/ionic/css/ionic.css" rel="stylesheet"> + <link href="css/style.css" rel="stylesheet"> + + <!-- 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> + </head> + <body ng-app="starter"> + + <ion-pane> + <ion-header-bar class="bar-stable"> + <h1 class="title">Ionic Blank Starter</h1> + </ion-header-bar> + <ion-content> + </ion-content> + </ion-pane> + </body> +</html> |
