Files
Auditor-Portal-Revamp/index.html

27 lines
1.1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SeekRight</title>
<!-- Microsoft Clarity (behavior analytics: heatmaps, session recordings,
rage/dead clicks). Loads async from clarity.ms; project y7dltvy3kb.
Gated to the production hostname so dev servers and LAN-IP visits
don't pollute the recordings with test sessions. -->
<script type="text/javascript">
if (window.location.hostname === 'audit-frontend.seekright.com') {
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "y7dltvy3kb");
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>