Move analytics to bottom of page for quicker load of main app.

This commit is contained in:
Lucas Winther
2026-08-17 19:00:50 +02:00
parent 793dca4a79
commit 059bf02130
+2 -2
View File
@@ -38,11 +38,11 @@
<link rel="stylesheet" href="styles.css" /> <link rel="stylesheet" href="styles.css" />
</head> </head>
<body> <body>
<div id="root"></div>
<script type="module" src="main.js"></script>
<noscript> <noscript>
<img src="https://analytics.lucaswinther.info/ingress/b85b98e5-4692-411f-b6f6-bbe7e54d8c83/pixel.gif"> <img src="https://analytics.lucaswinther.info/ingress/b85b98e5-4692-411f-b6f6-bbe7e54d8c83/pixel.gif">
</noscript> </noscript>
<script defer src="https://analytics.lucaswinther.info/ingress/b85b98e5-4692-411f-b6f6-bbe7e54d8c83/script.js"></script> <script defer src="https://analytics.lucaswinther.info/ingress/b85b98e5-4692-411f-b6f6-bbe7e54d8c83/script.js"></script>
<div id="root"></div>
<script type="module" src="main.js"></script>
</body> </body>
</html> </html>