Files
tinyusdz/sandbox/emscripten/embind/index.html
2024-08-17 06:07:24 +09:00

16 lines
255 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My first three.js app</title>
<style>
body { margin: 0; }
</style>
</head>
<body>
<script>
</script>
<script type="module" src="/main.js"></script>
</body>
</html>