-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-vanilla.html
54 lines (51 loc) · 1.91 KB
/
index-vanilla.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html lang="en">
<<<<<<< HEAD
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="root">
<div>
<div class="App">
<div class="MainContainer">
<div data-root="true" class="GraphViewer">
<div class="GraphViewer__background"></div>
<div class="GraphViewer__bind">
<div class="GraphViewer__viewport" style="pointer-events: none; width: 1080px; height: 1920px; position: absolute; top: 0; left: 0; border: 1px solid red"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="index-vanilla.js" type="module"></script>
</body>
</html>
=======
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div data-root="true" class="GraphViewer">
<div class="background"></div>
<div class="GraphViewer__bind">
<div class="node marker" data-node="1" data-x="100" data-y="100" draggable="true"></div>
<div class="node marker" data-node="1" data-x="100" data-y="100" draggable="true"></div>
<div class="node marker" data-node="1" data-x="100" data-y="100" draggable="true"></div>
<div class="node marker" data-node="1" data-x="100" data-y="100" draggable="true"></div>
</div>
</div>
<script src="index-vanilla.js" type="module"></script>
</body>
</html>
>>>>>>> 6c3f3be91d6a168ea654eaf1a6f0bd00b45691f4