Update public/index.html
Browse files- public/index.html +3 -2
public/index.html
CHANGED
|
@@ -3,9 +3,10 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
-
<title>
|
| 7 |
</head>
|
| 8 |
<body>
|
| 9 |
-
|
|
|
|
| 10 |
</body>
|
| 11 |
</html>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
+
<title>rUv React Flow App</title>
|
| 7 |
</head>
|
| 8 |
<body>
|
| 9 |
+
<div id="root"></div>
|
| 10 |
+
<script src="/static/js/main.js"></script>
|
| 11 |
</body>
|
| 12 |
</html>
|