Files
langflow/components/index.html
2024-11-12 15:35:40 +00:00

11 lines
325 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/components-overview">
<link rel="canonical" href="/components-overview" />
</head>
<script>
window.location.href = '/components-overview' + window.location.search + window.location.hash;
</script>
</html>