mirror of
https://github.com/ivabus/www
synced 2024-11-22 23:45:06 +03:00
commit
4492748bde
2 changed files with 12 additions and 0 deletions
|
@ -183,3 +183,8 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
|
||||||
setInterval(cycleText, 1200);
|
setInterval(cycleText, 1200);
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
rdt('track', 'SignUp');
|
||||||
|
rdt('track', 'ViewContent');
|
||||||
|
</script>
|
||||||
|
|
|
@ -29,6 +29,13 @@
|
||||||
/></noscript>
|
/></noscript>
|
||||||
<!-- End Meta Pixel Code -->
|
<!-- End Meta Pixel Code -->
|
||||||
|
|
||||||
|
<!-- Reddit Pixel -->
|
||||||
|
<script>
|
||||||
|
!function(w,d){if(!w.rdt){var p=w.rdt=function(){p.sendEvent?p.sendEvent.apply(p,arguments):p.callQueue.push(arguments)};p.callQueue=[];var t=d.createElement("script");t.src="https://www.redditstatic.com/ads/pixel.js",t.async=!0;var s=d.getElementsByTagName("script")[0];s.parentNode.insertBefore(t,s)}}(window,document);rdt('init','t2_kanflobl');rdt('track', 'PageVisit');
|
||||||
|
</script>
|
||||||
|
<!-- DO NOT MODIFY -->
|
||||||
|
<!-- End Reddit Pixel -->
|
||||||
|
|
||||||
<!-- CSS only -->
|
<!-- CSS only -->
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||||
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
||||||
|
|
Loading…
Reference in a new issue