Last active
August 6, 2020 20:10
-
-
Save Sean-Bradley/dccd138b47424e3b0668295f176818e4 to your computer and use it in GitHub Desktop.
index.html for basic threejs server
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Three.js Tutorials by Sean Bradley : https://sbcode.net/threejs/</title> | |
<style> | |
body { | |
overflow: hidden; | |
margin: 0px; | |
} | |
</style> | |
</head> | |
<body> | |
<script type="module" src="client.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment