mirror of
https://github.com/apache/superset.git
synced 2026-05-08 09:25:56 +00:00
11 lines
250 B
HTML
11 lines
250 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0; url=/docs/intro">
|
|
<link rel="canonical" href="/docs/intro" />
|
|
</head>
|
|
<script>
|
|
window.location.href = '/docs/intro';
|
|
</script>
|
|
</html> |