summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--public/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..a5719fe
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,16 @@
+<!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>
+</html> \ No newline at end of file