Skip to content

Commit

Permalink
add missing index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
syoyo committed Aug 21, 2024
1 parent 9d8a7cc commit 043537d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions web/demo/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TinyUSDZ demo using three.js</title>
<style>
body { margin: 0; }
</style>
</head>
<body>
<script>
</script>
<script type="module" src="/main.js"></script>
</body>
</html>

0 comments on commit 043537d

Please sign in to comment.