mirror of
https://github.com/ivabus/www
synced 2024-11-22 23:25:07 +03:00
Added Stackoverflow tag to <head> section
This commit is contained in:
parent
c90baa0dbe
commit
dbed7e638d
1 changed files with 8 additions and 0 deletions
|
@ -36,6 +36,14 @@
|
||||||
<!-- DO NOT MODIFY -->
|
<!-- DO NOT MODIFY -->
|
||||||
<!-- End Reddit Pixel -->
|
<!-- End Reddit Pixel -->
|
||||||
|
|
||||||
|
<!-- Activity name for this tag: Home Page Traffic Pixel -->
|
||||||
|
<script>
|
||||||
|
(function() {
|
||||||
|
var a = String(Math.floor(Math.random() * 10000000000000000));
|
||||||
|
new Image().src = 'https://pubads.g.doubleclick.net/activity;xsp=5023880;ord='+ a +'?';
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
|
||||||
<!-- 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