mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 06:10:49 +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=/develop-application">
|
|
<link rel="canonical" href="/develop-application" />
|
|
</head>
|
|
<script>
|
|
window.location.href = '/develop-application' + window.location.search + window.location.hash;
|
|
</script>
|
|
</html> |