-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (21 loc) · 802 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tree</title>
<link rel="stylesheet" type="text/css" href="public/reset.css">
<link rel="stylesheet" type="text/css" href="public/style.css">
<script src='src/lib/jquery-3.1.0.min.js'></script>
<!-- <script src='src/App.js'></script> -->
<!-- <script src='src/model/Obj.js'></script> -->
<!-- <script src='src/view/View.js'></script> -->
<!-- <script src='src/model/World.js'></script> -->
<!-- <script src='src/view/Renderer.js'></script> -->
<!-- <script src='src/main_backup.js'></script> -->
<script src='src/main.js'></script>
</head>
<body>
<div id='main-container' class='page'>
<canvas id='main-canvas' width=1000 height=500></canvas>
</div>
</body>
</html>