Worldshaper/worldshaper-studio.html

13 lines
300 B
HTML
Raw Normal View History

2026-06-26 18:18:14 -04:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2026-06-26 20:30:30 -04:00
<title>Worldshaper Studio</title>
2026-06-26 18:18:14 -04:00
</head>
<body>
2026-06-26 20:30:30 -04:00
<script type="module" src="./src/worldshaperStudio/main.ts"></script>
2026-06-26 18:18:14 -04:00
</body>
</html>
2026-06-26 20:30:30 -04:00