forked from keith-dan/LionJs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.html
32 lines (29 loc) · 997 Bytes
/
demo.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link href="css/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="css/web.css" rel="stylesheet" />
<script src="js/jquery-3.2.0.min.js"></script>
<script src="../script/lion.js"></script>
<script src="../script/lion.ui.js"></script>
<script src="js/sample.js"></script>
<meta charset="utf-8" />
</head>
<body>
<div id="container">
<div class="left">
<ul id="menu" class="menu"></ul>
</div>
<div class="right" id="mycanvas">
</div>
<div class="right" id="txtSource" style="display:none;overflow:auto;background:#ffffff">
</div>
<div class="toolbar">
<div id="btnSource" class="btn">Source</div>
<div id="btnView" class="btn">View</div>
</div>
</div>
</body>
</html>