diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..585214d --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ +<!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>arbor.js project template</title> + <link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body> + <canvas id="viewport" width="800" height="600"></canvas> + + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> + + <!-- run from the minified library file: --> + <script src="./arbor.js"></script> + + <script src="./main.js"></script> + +</body> +</html> |