diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-19 14:34:13 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-19 14:34:13 -0500 |
commit | 56ad7214c6c5e06f71ae9f1eb24b864e47a865fe (patch) | |
tree | ca53e486e1e59a2293ef05bddc749630fe3df62e /public/index.html | |
parent | changes (diff) | |
download | webgl-56ad7214c6c5e06f71ae9f1eb24b864e47a865fe.tar.gz webgl-56ad7214c6c5e06f71ae9f1eb24b864e47a865fe.tar.bz2 webgl-56ad7214c6c5e06f71ae9f1eb24b864e47a865fe.zip |
rename
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 |