diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-18 22:43:02 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-18 22:43:02 -0500 |
commit | 30cf48cd70f1c52f89362245891be355af110afe (patch) | |
tree | 5cfee873428a8519c5d117917f3abbb3659b631b /public/index.html | |
parent | initial (diff) | |
download | webgl-30cf48cd70f1c52f89362245891be355af110afe.tar.gz webgl-30cf48cd70f1c52f89362245891be355af110afe.tar.bz2 webgl-30cf48cd70f1c52f89362245891be355af110afe.zip |
cube
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/public/index.html b/public/index.html index a5719fe..b5cc309 100644 --- a/public/index.html +++ b/public/index.html @@ -1,16 +1,11 @@ <!DOCTYPE html> <html lang="en"> -<head> - <meta charset="UTF-8"> - <title>welgl</title> -</head> -<body> - <canvas id="canvas"> - Your browser does not support NTML5 - </canvas> - <script src="js/file.js"></script> - <script src="js/shader.js"></script> - <script src="js/buffer.js"></script> - <script src="js/gl.js"></script> -</body> + <head> + <meta charset="UTF-8"> + <title>welgl</title> + <script type="module" src="gl/gl.js"></script> + </head> + <body> + <script type="module" src="test.js"></script> + </body> </html>
\ No newline at end of file |