123456789101112 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Three.JS Tutorial: Loading Models</title>
- <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
- <link rel="stylesheet" type="text/css" href="base.css">
- </head>
- <body>
- <script src="./main.js" type="module">
- </script>
- </body>
- </html>
|