-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
28 lines (22 loc) · 754 Bytes
/
test.html
File metadata and controls
28 lines (22 loc) · 754 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Raphael Test</title>
<link rel="stylesheet" href="style.css">
</head>
<!--<div id="container" class="img-con">-->
<!--<div id="my-canvas" style="width: 18880px;height: 16940px;" class="dragAble">-->
<!--</div>-->
<!--</div>-->
<body>
<script src="script/addLoadEvent.js"></script>
<script src="script/raphael.js"></script>
<!-- <script src="script/otherScripts.js"></script> -->
<script src="script/loadXMLDoc.js"></script>
<script src="script/otherScripts.js"></script>
<script src="script/dynamicDraw.js"></script>
<!--<script src="script/wheel.js"></script>-->
<!--<script src="script/draw.js"></script>-->
</body>
</html>