Product updates

This commit is contained in:
CHIEFSOFT\ameye
2024-12-30 07:46:34 -05:00
parent bd0e5bcb91
commit 603bac7b21
5 changed files with 32 additions and 9 deletions
+9
View File
@@ -13,6 +13,15 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>MERMS-Panel</title>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y9QSQFV003"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Y9QSQFV003');
</script>
<body class="light-sidebar">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>