Files
superset2/community.html/index.html
2022-02-23 10:44:17 -05:00

11 lines
247 B
HTML

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