Worldshaper/worldshaper-height-viewer.html

13 lines
313 B
HTML
Raw Permalink 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 Height Viewer</title>
2026-06-26 18:18:14 -04:00
</head>
<body>
2026-06-26 20:30:30 -04:00
<script type="module" src="./src/worldshaperHeightViewer/main.ts"></script>
2026-06-26 18:18:14 -04:00
</body>
</html>
2026-06-26 20:30:30 -04:00