Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
kandarpgautam committed Sep 22, 2024
1 parent 9937212 commit 07c6d91
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions src/dist/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>STL Loader</title>
<link rel="icon" type="image/x-icon" href="./vite.svg" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>STL Loader</title>
<link rel="icon" type="image/x-icon" href="./vite.svg" />
<style>
body {
overflow: hidden;
Expand Down Expand Up @@ -66,23 +66,23 @@
display: none;

}
</style>

<script type="importmap">
{
"imports": {
"three": "/build/three.module.js"
}
}
</style>

<script type="importmap">
{
"imports": {
"three": "/build/three.module.js"
}
}
</script>
<script type="module" crossorigin src="/assets/index-7NKdzmOa.js"></script>
</head>
<body>
<progress value="0" max="100" id="progressBar"></progress>
<div id="modelInfo">
<div id="modelInfoTitle">Details</div>
<div id="info"></div>
</div>

</body>
</html>
<script type="module" crossorigin src="./assets/index-7NKdzmOa.js"></script>
</head>
<body>
<progress value="0" max="100" id="progressBar"></progress>
<div id="modelInfo">
<div id="modelInfoTitle">Details</div>
<div id="info"></div>
</div>

</body>
</html>
Expand Down

0 comments on commit 07c6d91

Please sign in to comment.