2025-03-15 10:34:01 +01:00
|
|
|
<!doctype html>
|
2025-03-13 09:31:22 +01:00
|
|
|
<html lang="en">
|
2025-03-15 10:34:01 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2025-03-13 09:31:22 +01:00
|
|
|
<title>Level editor</title>
|
2025-03-15 10:34:01 +01:00
|
|
|
<link
|
|
|
|
rel="icon"
|
2025-03-16 17:45:29 +01:00
|
|
|
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🔨</text></svg>"
|
2025-03-13 09:31:22 +01:00
|
|
|
/>
|
2025-03-16 17:45:29 +01:00
|
|
|
<link rel="stylesheet" href="./level_editor/levels_editor.less" />
|
2025-03-15 10:34:01 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
2025-03-13 09:31:22 +01:00
|
|
|
|
2025-03-16 17:45:29 +01:00
|
|
|
<script type="module" src="./level_editor/levels_editor.tsx"></script>
|
2025-03-15 10:34:01 +01:00
|
|
|
</body>
|
|
|
|
</html>
|