2023-06-16 02:36:11 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2023-06-21 17:13:09 +02:00
|
|
|
<title>MapComplete Studio</title>
|
2023-06-16 02:36:11 +02:00
|
|
|
<meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport">
|
|
|
|
<link href="./css/mobile.css" rel="stylesheet"/>
|
|
|
|
<link href="./css/openinghourstable.css" rel="stylesheet"/>
|
|
|
|
<link href="./css/tagrendering.css" rel="stylesheet"/>
|
|
|
|
<link href="./css/index-tailwind-output.css" rel="stylesheet"/>
|
|
|
|
<link href="./css/wikipedia.css" rel="stylesheet"/>
|
2024-04-27 23:46:55 +02:00
|
|
|
<style>
|
|
|
|
.hidden-in-studio {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
2023-06-16 02:36:11 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-06-19 00:29:19 +02:00
|
|
|
<div id="main" class="h-full"></div>
|
2023-07-28 14:37:51 +02:00
|
|
|
<script src="./src/UI/StudioGui.ts" type="module"></script>
|
2025-06-04 00:55:16 +02:00
|
|
|
<script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="//gc.zgo.at/count.js"
|
|
|
|
crossorigin="anonymous"
|
|
|
|
integrity="sha384-CpAs0JV3n+/AHsDCOxNKSnFtYyKUX6mj7BrGrvXvUvW2A/a3B31dMZD+wfNzTAJT"></script>
|
2023-06-16 02:36:11 +02:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|