diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-18 09:30:41 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-18 09:30:41 -0500 |
commit | a28e995202c4469c0c91d23e272b5c4bf1b0010e (patch) | |
tree | a36af861f9757a3185f284ba10a68b73b188f516 /public/index.html | |
download | webgl-a28e995202c4469c0c91d23e272b5c4bf1b0010e.tar.gz webgl-a28e995202c4469c0c91d23e272b5c4bf1b0010e.tar.bz2 webgl-a28e995202c4469c0c91d23e272b5c4bf1b0010e.zip |
initial
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 16 |
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 |