mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 01:22:23 +08:00
11 lines
310 B
HTML
11 lines
310 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0; url=/concepts-flows">
|
|
<link rel="canonical" href="/concepts-flows" />
|
|
</head>
|
|
<script>
|
|
window.location.href = '/concepts-flows' + window.location.search + window.location.hash;
|
|
</script>
|
|
</html> |