78 lines
2.7 KiB
HTML
78 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<!--
|
|
If you are serving your web app in a path other than the root, change the
|
|
href value below to reflect the base path you are serving from.
|
|
|
|
The path provided below has to start and end with a slash "/" in order for
|
|
it to work correctly.
|
|
|
|
For more details:
|
|
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
|
|
|
|
This is a placeholder for base href that will be replaced by the value of
|
|
the `--base-href` argument provided to `flutter build`.
|
|
-->
|
|
<!-- <base href="$FLUTTER_BASE_HREF"> -->
|
|
<base href="/partner/">
|
|
<!-- below one is dev-->
|
|
<!-- <base href="/nhance/partner/app/">-->
|
|
<!-- <base href="{Env.baseHref}">-->
|
|
|
|
<meta charset="UTF-8">
|
|
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
<meta name="description" content="Nhance Partner">
|
|
|
|
<!-- iOS meta tags & icons -->
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<meta name="apple-mobile-web-app-title" content="nhance_partner">
|
|
<link rel="apple-touch-icon" href="icons/Icon-192.png">
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/png" href="favicon.png"/>
|
|
|
|
<title>nhance_partner</title>
|
|
<link rel="manifest" href="manifest.json">
|
|
</head>
|
|
<body>
|
|
<script src="flutter_bootstrap.js" async></script>
|
|
<script src="https://www.gstatic.com/firebasejs/10.7.0/firebase-app.js"></script>
|
|
<script src="https://www.gstatic.com/firebasejs/10.7.0/firebase-auth.js"></script>
|
|
<!-- IMPORTANT: load pdfjs files -->
|
|
<script
|
|
src="https://cdn.jsdelivr.net/npm/pdfjs-dist@3.4.120/build/pdf.min.js"
|
|
type="text/javascript"
|
|
></script>
|
|
<script type="text/javascript">
|
|
pdfjsLib.GlobalWorkerOptions.workerSrc =
|
|
"https://cdn.jsdelivr.net/npm/pdfjs-dist@3.4.120/build/pdf.worker.min.js";
|
|
pdfRenderOptions = {
|
|
// where cmaps are downloaded from
|
|
cMapUrl: "https://cdn.jsdelivr.net/npm/pdfjs-dist@3.4.120/cmaps/",
|
|
// The cmaps are compressed in the case
|
|
cMapPacked: true,
|
|
// any other options for pdfjsLib.getDocument.
|
|
// params: {}
|
|
};
|
|
</script>
|
|
<script type="module">
|
|
// Import the functions you need from the SDKs you need
|
|
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.12.4/firebase-app.js";
|
|
|
|
const firebaseConfig = {
|
|
apiKey: "AIzaSyC4yHbCX4mQu0jO81pJrDwxKLQlTQWofrc",
|
|
authDomain: "nhance-ee8d1.firebaseapp.com",
|
|
projectId: "nhance-ee8d1",
|
|
storageBucket: "nhance-ee8d1.firebasestorage.app",
|
|
messagingSenderId: "1084115316849",
|
|
appId: "1:1084115316849:web:09590c7abc870e436c6bd0"
|
|
};
|
|
|
|
// Initialize Firebase
|
|
const app = initializeApp(firebaseConfig);
|
|
</script>
|
|
</body>
|
|
</html>
|