Skip to content

Commit 1650355

Browse files
committed
add phantom id
1 parent 4b40edd commit 1650355

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

index.html

+16
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,22 @@ <h2>Have Any Questions?</h2>
389389
<script src="js/bootstrap.min.js"></script>
390390
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
391391

392+
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
393+
<script>
394+
(function(f, a, t, h, o, m){
395+
a[h]=a[h]||function(){
396+
(a[h].q=a[h].q||[]).push(arguments)
397+
};
398+
o=f.createElement('script'),
399+
m=f.getElementsByTagName('script')[0];
400+
o.async=1; o.src=t; o.id='fathom-script';
401+
m.parentNode.insertBefore(o,m)
402+
})(document, window, '//fathom.status.im/tracker.js', 'fathom');
403+
fathom('set', 'siteId', 'YCHKF');
404+
fathom('trackPageview');
405+
</script>
406+
<!-- / Fathom -->
407+
392408
<script>
393409
AOS.init();
394410
$(document).ready(function () {

0 commit comments

Comments
 (0)