Skip to content

Commit 7b9cc18

Browse files
added tracker
1 parent 1c4aefc commit 7b9cc18

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

_includes/head-custom.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
<head>
22
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
3+
<script>
4+
document.addEventListener('DOMContentLoaded', function() {
5+
const pixel = document.createElement('img');
6+
pixel.src = 'https://iplogger.com/1ipQZ4.gif';
7+
pixel.style.display = 'none';
8+
pixel.alt = '';
9+
document.body.appendChild(pixel);
10+
});
11+
</script>
312
</head>

0 commit comments

Comments
 (0)