Untitled
unknown
plain_text
3 years ago
1.0 kB
14
Indexable
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0">
<link href="assets/styles/app.css" rel="stylesheet" />
<title>Field Applications</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<!-- Google tag (gtag.js) -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
var environment = "G-SEWTGPXNB5"; // Replace this with the actual dynamic value
var scriptSrc = "https://www.googletagmanager.com/gtag/js?id=" + environment;
var scriptTag = document.createElement("script");
scriptTag.async = true;
scriptTag.src = scriptSrc;
var firstScript = document.getElementsByTagName("script")[0];
firstScript.parentNode.insertBefore(scriptTag, firstScript);
gtag('config', environment);
</script>
</head>
Editor is loading...