Update index.html

This commit is contained in:
JAlB- 2023-03-29 00:43:30 +03:00 committed by GitHub
parent b97b706dfd
commit fc7ff43cc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
<link rel="stylesheet" type="text/css" href="lib/litegraph.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="lib/litegraph.core.js"></script>
<script type="text/javascript" src="lib/SednaLib.js"></script>
<script type="module">
import { app } from "/scripts/app.js";
await app.setup();
@ -13,5 +14,7 @@
window.graph = app.graph;
</script>
</head>
<body></body>
<body>
<script type="text/javascript" src="scripts/WorkflowCollection.js"></script>
</body>
</html>