From e1e8327f81596cc3992c2d29469490b73f0b3851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=88=98=ED=98=84=20=ED=95=9C?= <shh1473@ajou.ac.kr> Date: Thu, 9 Jun 2022 08:12:22 +0000 Subject: [PATCH] Upload New File --- tutorial_data/scripts/index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tutorial_data/scripts/index.html diff --git a/tutorial_data/scripts/index.html b/tutorial_data/scripts/index.html new file mode 100644 index 0000000..bc519e5 --- /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 -- GitLab