Skip to content

Instantly share code, notes, and snippets.

@mitchallen
Created December 16, 2021 03:04
Show Gist options
  • Save mitchallen/1aab522e5cf848114748e7b149c3ad72 to your computer and use it in GitHub Desktop.
Save mitchallen/1aab522e5cf848114748e7b149c3ad72 to your computer and use it in GitHub Desktop.
threejs-hello index.html
<html>
<head>
<title>threejs-hello</title>
<link rel="stylesheet" href="./css/app.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r122/three.min.js"></script>
</head>
<body>
<script type="module" src="./app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment