Files
workflow-builder/public/index.html
T
Nikhil-Doye 863389e3e5 first commit
2025-10-14 20:08:03 -04:00

19 lines
546 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Open-source agent workflow builder using React Flow and AI"
/>
<title>Agent Workflow Builder</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>