diff options
Diffstat (limited to 'web/layers/index.html')
| -rw-r--r-- | web/layers/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/layers/index.html b/web/layers/index.html new file mode 100644 index 0000000..e30c96a --- /dev/null +++ b/web/layers/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html lang="en"> +<head> + <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> + <title>Document</title> + <script src="CanvasStack-2v01.js"></script> + +</head> +<body> + <canvas id="canvas"></canvas> + <script src="main.js"></script> +</body> +</html>
\ No newline at end of file |
