From 4c21062d04d94839efe5c9c0f5bea779fbdedac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=ED=98=84=EC=9A=B1?= <chu9741@ajou.ac.kr> Date: Wed, 23 Jun 2021 22:19:48 +0900 Subject: [PATCH] Update index.html --- final_project/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/final_project/index.html b/final_project/index.html index 42db1d9..38780a6 100644 --- a/final_project/index.html +++ b/final_project/index.html @@ -4,7 +4,7 @@ <title>WebGL1.0 Tutorial Lab 12 - Shading</title> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <script type="text/javascript" src="gl-matrix.js"> </script> -<script type="text/javascript" src="spe.js"> </script> +<script type="text/javascript" src="script.js"> </script> </head> -- GitLab