diff --git a/tutorial_data/scripts/index.html b/tutorial_data/scripts/index.html new file mode 100644 index 0000000000000000000000000000000000000000..bc519e5a955d792057e4e5dde4f8585e15a47d67 --- /dev/null +++ b/tutorial_data/scripts/index.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <title>CG Course Final Project</title> + <style> + body { + margin: 0; + overflow: hidden; + } + </style> +</head> +<body> + <div id="container"></div> + + <script type="importmap"> + { + "imports": { + "three": "../build/three.module.js" + } + } + </script> + <script type="module" src="script.js"></script> +</body> +</html> \ No newline at end of file