Files
langflow/getting-started-quickstart/index.html
2024-11-25 20:29:07 +00:00

11 lines
334 B
HTML

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