Skip to content

Instantly share code, notes, and snippets.

@Sean-Bradley
Last active August 6, 2020 20:10
Show Gist options
  • Save Sean-Bradley/dccd138b47424e3b0668295f176818e4 to your computer and use it in GitHub Desktop.
Save Sean-Bradley/dccd138b47424e3b0668295f176818e4 to your computer and use it in GitHub Desktop.
index.html for basic threejs server
<!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