Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Rete.js Flow Editor</title> | |
| </head> | |
| <body> | |
| <div id="rete" style="height: 500px; width: 100%;"></div> | |
| <!-- Include your JavaScript file --> | |
| <script src="path/to/your/index.js" defer></script> | |
| </body> | |
| </html> | |