File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments