summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html21
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