obj-drive-viewer / index.html
hrkjt's picture
Upload index.html with huggingface_hub
b4f67b9 verified
Raw
History Blame Contribute Delete
339 Bytes
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OBJ Drive Viewer</title>
<script src="/env.js"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>