diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index b5cc309..3f6b5e5 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,6 @@ <script type="module" src="gl/gl.js"></script> </head> <body> - <script type="module" src="test.js"></script> + <script type="module" src="cube.js"></script> </body> </html>
\ No newline at end of file |