forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
27 lines (21 loc) · 855 Bytes
/
footer.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
<div class="container">
<div class="pb_footer">
All demos, instructions, documentation and code included on the Prebid.org website are released<br /> under the <a href="{{site.licenseUrl}}" target="_blank">{{site.license}}</a>. | <a href="/credits.html">Credits</a>
<p></p>
</div>
</div>
<!-- / copyrights -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130832561-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-130832561-1', {'anonymize_ip': true});
</script>
<script>
$(document).ready(function() {
$( 'a[href^="http://"]' ).attr( 'target','_blank' );
});
</script>
<script src="{{site.baseurl}}/assets/js/prism.js"></script>