Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <title>3d example using three.js and multiple windows</title> | |
| <script type="text/javascript" src="three.r124.min.js"></script> | |
| <style type="text/css"> | |
| * | |
| { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <script type="module" src="main.js"></script> | |
| </body> | |
| </html> |