-
Notifications
You must be signed in to change notification settings - Fork 572
/
index.htm
executable file
·47 lines (34 loc) · 1.13 KB
/
index.htm
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
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Udemy - DevOps Ninja</title>
<meta http-equiv="refresh" content="2; URL='https://www.udemy.com/course/devops-mao-na-massa-docker-kubernetes-rancher/?couponCode=E48705FA875D95E515BD'"/>
<!-- Global site tag (gtag.js) - Google Ads: 1050384243 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-1050384243"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-1050384243');
</script>
<!-- Event snippet for Website sale conversion page -->
<script>
gtag('event', 'conversion', {
'send_to': 'AW-1050384243/nr1tCIup490BEPOu7vQD',
'transaction_id': ''
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-177310950-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-177310950-1');
</script>
</head>
<body>
...
</body>
</html>