We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acef60d commit 1fa236dCopy full SHA for 1fa236d
src/app.html
@@ -7,6 +7,7 @@
7
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css">
8
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
9
<title>Web stubs</title>
10
+ <script>if(!sessionStorage.getItem("_swa")&&document.referrer.indexOf(location.protocol+"//"+location.host)!== 0){fetch("https://counter.dev/track?"+new URLSearchParams({referrer:document.referrer,screen:screen.width+"x"+screen.height,user:"adimoldovan",utcoffset:"3"}))};sessionStorage.setItem("_swa","1");</script>
11
%svelte.head%
12
</head>
13
<body>
0 commit comments