Worldshaper/worldshaper-height-viewer.html

12 lines
313 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Worldshaper Height Viewer</title>
</head>
<body>
<script type="module" src="./src/worldshaperHeightViewer/main.ts"></script>
</body>
</html>