We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4aefc commit 7b9cc18Copy full SHA for 7b9cc18
1 file changed
_includes/head-custom.html
@@ -1,3 +1,12 @@
1
<head>
2
<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>
12
</head>
0 commit comments