langflow/space_flow/public/index.html
2023-02-10 16:03:16 -03:00

14 lines
No EOL
434 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body class="h-full overflow-hidden">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div class="w-screen h-screen overflow-hidden" id='root'>
</div>
</body>
</html>