mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-27 01:19:52 -04:00
37 lines
1.2 KiB
HTML
37 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Dynamic Bible</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<meta name="msapplication-tap-highlight" content="no">
|
|
|
|
<link rel="icon" type="image/x-icon" href="assets/icon/favicon.ico">
|
|
<link rel="manifest" href="manifest.json">
|
|
<meta name="theme-color" content="#4e8ef7">
|
|
<link href="build/main.css" rel="stylesheet">
|
|
|
|
</head>
|
|
<body>
|
|
<!-- Insert this line above script imports -->
|
|
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
|
|
|
|
<!-- Ionic's root component and where the app will load -->
|
|
<ion-app></ion-app>
|
|
|
|
<!-- The polyfills js is generated during the build process -->
|
|
<script src="build/polyfills.js"></script>
|
|
|
|
<!-- The bundle js is generated during the build process -->
|
|
<script src="build/main.js"></script>
|
|
|
|
<script src="lib/jquery.min.js"></script>
|
|
|
|
|
|
<!-- Insert this line after script imports -->
|
|
<script>if (window.module) module = window.module;</script>
|
|
|
|
</body>
|
|
</html>
|