mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
36 lines
1008 B
HTML
36 lines
1008 B
HTML
<!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 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>
|
|
<script src="js/bundle.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>
|