We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfbdf3 commit 5238f22Copy full SHA for 5238f22
index.html
@@ -5,6 +5,15 @@
5
<link rel="icon" type="image/png" href="/favicon.ico" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<title>Lunatech</title>
8
+
9
+ <script>
10
+ var s = document.createElement("script");
11
+ s.src = "https://plausible.io/js/plausible.js"
12
+ s.setAttribute("defer", "");
13
+ s.setAttribute("data-domain", window.location.host);
14
+ document.head.appendChild(s);
15
+ </script>
16
+ <script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
17
</head>
18
<body>
19
<div id="root"></div>
0 commit comments