mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-27 01:19:52 -04:00
27 lines
923 B
HTML
27 lines
923 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Ionic</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
<link ios-href="build/css/app.ios.css" rel="stylesheet">
|
|
<link md-href="build/css/app.md.css" rel="stylesheet">
|
|
<link wp-href="build/css/app.wp.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
|
|
<ion-app></ion-app>
|
|
|
|
<!-- cordova.js required for cordova apps -->
|
|
<script src="cordova.js"></script>
|
|
<!-- Polyfill needed for platforms without Promise and Collection support -->
|
|
<script src="build/js/es6-shim.min.js"></script>
|
|
<!-- Zone.js and Reflect-metadata -->
|
|
<script src="build/js/angular2-polyfills.js"></script>
|
|
<!-- the bundle which is built from the app's source code -->
|
|
<script src="build/js/app.bundle.js"></script>
|
|
<script src="lib/jquery.min.js"></script>
|
|
</body>
|
|
</html>
|