Skip to content

Commit c048021

Browse files
authored
Added GA
1 parent 15a941b commit c048021

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/smartops-repo.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@
77
<!DOCTYPE html>
88
<html lang="en">
99
<head>
10+
<meta charset="UTF-8" />
11+
<title>SmartOps Framework GitHub Repository</title>
12+
13+
<!-- 🔹 Google Analytics (GA4) -->
14+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8VZY8YBQ2G"></script>
15+
<script>
16+
window.dataLayer = window.dataLayer || [];
17+
function gtag(){dataLayer.push(arguments);}
18+
gtag('js', new Date());
19+
gtag('config', 'G-8VZY8YBQ2G'); // GA4 Measurement ID
20+
</script>
21+
<!-- 🔹 End GA4 -->
22+
1023
<!-- Redirect immediately to SmartOps GitHub repo -->
1124
<meta http-equiv="refresh" content="0; url=https://github.com/jbazkar/smartops-framework" />
1225
</head>
@@ -15,7 +28,9 @@
1528
<h1>Redirecting to SmartOps Framework Repository…</h1>
1629
<p>
1730
If you are not redirected automatically,
18-
<a href="https://github.com/jbazkar/smartops-framework">click here to open the SmartOps GitHub repo</a>.
31+
<a href="https://github.com/jbazkar/smartops-framework">
32+
click here to open the SmartOps GitHub repo
33+
</a>.
1934
</p>
2035
</main>
2136
</body>

0 commit comments

Comments
 (0)