Pixel URI fix
This commit is contained in:
@@ -9,13 +9,5 @@
|
|||||||
</head>
|
</head>
|
||||||
<body data-sveltekit-preload-data="hover">
|
<body data-sveltekit-preload-data="hover">
|
||||||
<div style="display: contents">%sveltekit.body%</div>
|
<div style="display: contents">%sveltekit.body%</div>
|
||||||
<img
|
|
||||||
src="https://analytics.mifi.holdings/pixel.gif"
|
|
||||||
alt=""
|
|
||||||
width="1"
|
|
||||||
height="1"
|
|
||||||
role="presentation"
|
|
||||||
loading="eager"
|
|
||||||
/>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -94,3 +94,11 @@
|
|||||||
</header>
|
</header>
|
||||||
{@render children()}
|
{@render children()}
|
||||||
<Footer />
|
<Footer />
|
||||||
|
<img
|
||||||
|
src="https://analytics.mifi.holdings/p/wQ9GYnLIg"
|
||||||
|
alt=""
|
||||||
|
width="1"
|
||||||
|
height="1"
|
||||||
|
role="presentation"
|
||||||
|
loading="eager"
|
||||||
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user