diff options
author | emkael <emkael@tlen.pl> | 2015-02-19 10:46:55 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-02-19 10:46:55 +0100 |
commit | 407d07723df7d2e472d0928f79227ed4cb5dc218 (patch) | |
tree | 400c7208e933bebe90ae37bb75ba529c72fa8786 /index.html |
* initial commit
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> |