Skip to content

Instantly share code, notes, and snippets.

@adarsh-gupta101
Created January 8, 2022 02:38
Show Gist options
  • Save adarsh-gupta101/240fbc01418b689af7b989a70e6376ae to your computer and use it in GitHub Desktop.
Save adarsh-gupta101/240fbc01418b689af7b989a70e6376ae to your computer and use it in GitHub Desktop.
Threejs index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ThreeJS Starter</title>
</head>
<body>
<canvas class="webgl"></canvas>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment