Fix build

This commit is contained in:
Pieter Vander Vennet 2024-07-14 12:06:18 +02:00
parent e298ef88d9
commit 74736b9878

View file

@ -13,7 +13,7 @@
</head> </head>
<body> <body>
<div id="main"></div> <div id="main"></div>
<script src="src/UI/StatusGui.ts" type="module"></script> <script src="./src/UI/StatusGui.ts" type="module"></script>
<script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="//gc.zgo.at/count.js" crossorigin="anonymous" integrity="sha384-QfJMxHNngbaF6IXH2kBwubsLYh7GVSFmJOX1O1YKJBq+zv1VVypB9BysTzyG1D1U"></script> <script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="//gc.zgo.at/count.js" crossorigin="anonymous" integrity="sha384-QfJMxHNngbaF6IXH2kBwubsLYh7GVSFmJOX1O1YKJBq+zv1VVypB9BysTzyG1D1U"></script>
</body> </body>