Created
December 16, 2021 03:04
-
-
Save mitchallen/1aab522e5cf848114748e7b149c3ad72 to your computer and use it in GitHub Desktop.
threejs-hello index.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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