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