-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (45 loc) · 1.52 KB
/
index.html
File metadata and controls
46 lines (45 loc) · 1.52 KB
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
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>test</title>
<link rel="icon" href="../menu/jigsaw-puzzle.svg" type="image/x-icon" />
<style>
.container {
width: 300px;
height: 300px;
background-color: bisque;
}
.sub {
width: 100px;
height: 100px;
background-color: rgb(122, 79, 26);
position: absolute;
top: 823px;
}
</style>
</head>
<body>
<div id="root"></div>
</body>
<script>
const configModule = {}
</script>
<script src="../block/lib/umd/index.js"></script>
<script src="./g6.min.js"></script>
<script src="./common/index.js"></script>
<script src="./common/scaleX.js"></script>
<script src="./common/scaleY.js"></script>
<script src="./menu/container/base/index.js"></script>
<script src="./menu/node/base/index.js"></script>
<script src="./menu/form/input-box.js"></script>
<script src="./menu/button.js"></script>
<script src="./menu/text.js"></script>
<script src="./menu/input.js"></script>
<script src="./menu/radio.js"></script>
<script src="./menu/form/base-form.js"></script>
<script src="./mouse-menu//right-menu/index.js"></script>
<script src="./dist/main.js"></script>
<link href ="../fragment/common.css" rel="stylesheet"></link>
<link href ="./drag.css" rel="stylesheet"></link>
</html>