webgl-rotating-teapot-example

Index Commits Files Refs README
commit 8d60d3d7038ffd863d89c88ecff0aa65e6b55bda
parent 847871f2f2b3ed49e2f9fa71223c767b2678ac73
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Fri,  8 Aug 2025 11:57:09 -0300

remove slash in `main.js` source path

Diffstat:
Mindex.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
@@ -2933,6 +2933,6 @@
         </script>
 
         <script src="https://cdn.jsdelivr.net/npm/gl-matrix@3.4.3/gl-matrix-min.js"></script>
-        <script type="module" src="/main.js"></script>
+        <script type="module" src="main.js"></script>
     </body>
 </html>