-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 1.73 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
35
36
37
<html>
<head>
<title>Service Worker Demo</title>
<link rel="stylesheet" href="/css/bootstrap.min.css"/>
<script src="/js/jquery.min.js"></script>
<script src="/js/main.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/sw-register.js"></script>
</head>
<body>
<div class="alert alert-primary pixel" role="alert" client="xd_media" x1="google" x2="email" x3="pdfconvertor" landing_url="xyz.com">
Click to fire pixel Element 1
</div>
<div class="alert alert-secondary pixel" role="alert" client="xd_media1" x1="google" x2="email" x3="pdfconvertor" landing_url="xyz1.com">
Click to fire pixel Element 2
</div>
<div class="alert alert-success pixel" role="alert" client="xd_media2" x1="google" x2="email" x3="pdfconvertor" landing_url="xyz2.com">
Click to fire pixel Element 3
</div>
<div class="alert alert-danger pixel" role="alert" client="xd_media3" x1="google" x2="email" x3="pdfconvertor" landingUrl="xyz3.com">
Click to fire pixel Element 4
</div>
<div class="alert alert-warning pixel" role="alert" client="xd_media4" x1="google" x2="email" x3="pdfconvertor" landing_url="xyz4.com">
Click to fire pixel Element 5
</div>
<div class="alert alert-info pixel" role="alert" client="xd_media5" x1="google" x2="email" x3="pdfconvertor" landing_url="xyz5.com">
Click to fire pixel Element 6
</div>
<div class="alert alert-light pixel" role="alert" client="xd_media6" x1="google" x2="email" x3="pdfconvertor" landing_url="xyz6.com">
Click to fire pixel Element 7
</div>
<div class="alert alert-dark pixel" role="alert" client="xd_media7" x1="google" x2="email" x3="pdfconvertor" landing_url="xyz7.com">
Click to fire pixel Element 8
</div>
</body>
</html>