refactor(example): cleanup
This commit is contained in:
+5
-5
@@ -4,11 +4,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<!--<link rel="stylesheet" type="text/css" href="../dist/ReactGraph.css">-->
|
||||
<title>Document</title>
|
||||
|
||||
<title>react-flow example</title>
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0
|
||||
margin: 0;
|
||||
}
|
||||
html, body, #root {
|
||||
height: 100%;
|
||||
@@ -18,11 +18,11 @@
|
||||
bottom: 10px;
|
||||
left: 10px;
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script src="index.js"></script>
|
||||
<script src="scripts/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user