-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
34 lines (30 loc) · 1.35 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<title>CAMS Dashboard</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" />
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/CriticalAssetManagement/CAMS-web-assets/main/Images/CAMS-favicon.jpg"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="root" class="h-auto">
</div>
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-625355122"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-625355122');
</script>
<script>
if(window.location.pathname == "/verify"){
window.addEventListener('load',function(){
gtag('event', 'conversion', {'send_to': 'AW-625355122/pmA5CIjRqfsCEPLSmKoC'});
})
}
</script>
</body>
<link href="https://bootswatch.com/5/zephyr/bootstrap.css" rel="stylesheet" crossorigin="anonymous">
<!--<link href="https://bootswatch.com/5/zephyr/bootstrap.css" rel="stylesheet" crossorigin="anonymous">-->
</html>