You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
259 B

4 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>My first three.js app</title>
  6. <style>
  7. body { margin: 0; }
  8. canvas { display: block; }
  9. </style>
  10. </head>
  11. <body>
  12. <script type="text/javascript" src="main.js"></script>
  13. </body>
  14. </html>