Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
crwg authored Jun 28, 2024
1 parent f1c71f6 commit a53a2b6
Show file tree
Hide file tree
Showing 2 changed files with 3,818 additions and 0 deletions.
3,802 changes: 3,802 additions & 0 deletions assets/index-3wVL4uiM.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="theme-color" content="rgb(32,32,32)">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, minimum-scale=1, maximum-scale=1, shrink-to-fit=no">
<title>My first three.js app</title>
<style>
body { margin: 0; padding: 0; background: #000; width:auto; box-sizing:border-box; display:flex;}
canvas { margin: 0; padding: 0; background: #000; width:auto;}
</style>
<script type="module" crossorigin src="/assets/index-3wVL4uiM.js"></script>
</head>
<body>
</body>
</html>
Expand Down

0 comments on commit a53a2b6

Please sign in to comment.