Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created May 23, 2020 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flushpot1125/959e20b7c6bf9a8ee231d8ec9c211796 to your computer and use it in GitHub Desktop.
Save flushpot1125/959e20b7c6bf9a8ee231d8ec9c211796 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My first three.js app</title>
<style>
body { margin: 0; }
canvas { display: block; }
</style>
</head>
<body>
<canvas id="myCanvas"></canvas>
<script src="app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment