59 lines
2.2 KiB
HTML
59 lines
2.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>AgNav - AgMission</title>
|
|
<base href="/">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<link rel="icon" type="image/x-icon" href="assets/layout/images/favicon.ico">
|
|
|
|
<!-- Layout CSS -->
|
|
<link id="theme-css" rel="stylesheet" type="text/css" href="assets/theme/theme-green.min.css">
|
|
<link id="layout-css" rel="stylesheet" type="text/css" href="assets/layout/css/layout-green.min.css">
|
|
<script>
|
|
L_NO_TOUCH = false;
|
|
</script>
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VKF2EVNQR7"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag() { dataLayer.push(arguments); }
|
|
window.gtag = gtag; // Make gtag globally available
|
|
gtag('js', new Date());
|
|
// Configuration will be handled by Angular GA service
|
|
console.log('gtag library loaded and ready');
|
|
</script>
|
|
<script>
|
|
// Legacy Universal Analytics (deprecated, kept for reference)
|
|
// (function (i, s, o, g, r, a, m) {
|
|
// i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
|
|
// (i[r].q = i[r].q || []).push(arguments)
|
|
// }, i[r].l = 1 * new Date(); a = s.createElement(o),
|
|
// m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
|
|
// })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
|
|
// ga('create', 'UA-156657641-1', 'auto'); // TODO: change the UA-ID, 2nd param, to the production tracking code in Google Analytics
|
|
// ga('require', 'displayfeatures');
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<app-root>
|
|
<div class="splash-screen">
|
|
<div class="splash-loader-container">
|
|
<div class="agm-logo"></div>
|
|
<div class="load-bar">
|
|
<div class="bar"></div>
|
|
<div class="bar"></div>
|
|
<div class="bar"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</app-root>
|
|
</body>
|
|
|
|
</html> |