blob: 585214db08688bb31617f999a47702a6dcd8101e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>
|