|
@@ -1,14 +1,15 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
- <head>
|
|
|
+ <head>
|
|
|
<title>three.js webgl - node-editor playground</title>
|
|
|
<meta charset="utf-8">
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
|
|
|
<link rel="stylesheet" href="fonts/open-sans/open-sans.css" type="text/css"/>
|
|
|
<link rel="stylesheet" href="fonts/tabler-icons/tabler-icons.min.css" type="text/css"/>
|
|
|
<link type="text/css" rel="stylesheet" href="main.css">
|
|
|
- </head>
|
|
|
- <body>
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+ <script async src="https://unpkg.com/[email protected]/dist/es-module-shims.js"></script>
|
|
|
<script type="importmap">
|
|
|
{
|
|
|
"imports": {
|
|
@@ -181,5 +182,5 @@
|
|
|
|
|
|
</script>
|
|
|
|
|
|
- </body>
|
|
|
+ </body>
|
|
|
</html>
|