forked from MapComplete/MapComplete
Fix: attempt to fix build
This commit is contained in:
parent
cacc078042
commit
0e8c3b1062
4 changed files with 4 additions and 4 deletions
2
404.html
2
404.html
|
@ -49,7 +49,7 @@
|
||||||
Not found...
|
Not found...
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="module" src="./notfound.ts"></script>
|
<script type="module" src="./src/notfound.ts"></script>
|
||||||
<script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="//gc.zgo.at/count.js"></script>
|
<script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="//gc.zgo.at/count.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="main">Loading statistics...</div>
|
<div id="main">Loading statistics...</div>
|
||||||
<script src="./UI/StatisticsGUI.ts" type="module"></script>
|
<script src="./src/UI/StatisticsGUI.ts" type="module"></script>
|
||||||
<script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="//gc.zgo.at/count.js"></script>
|
<script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="//gc.zgo.at/count.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="main"></div>
|
<div id="main"></div>
|
||||||
<script type="module" src="./StylesheetTestGui.ts"></script>
|
<script type="module" src="./src/StylesheetTestGui.ts"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<div id="maindiv" class="w-full">'maindiv' not attached</div>
|
<div id="maindiv" class="w-full">'maindiv' not attached</div>
|
||||||
<div id="extradiv">'extradiv' not attached</div>
|
<div id="extradiv">'extradiv' not attached</div>
|
||||||
|
|
||||||
<script type="module" src="./test.ts"></script>
|
<script type="module" src="./src/test.ts"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
window.addEventListener('load', () => {
|
window.addEventListener('load', () => {
|
||||||
|
|
Loading…
Reference in a new issue