mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
Deploy website - based on 0edb97907f
This commit is contained in:
2887
visualization.html
2887
visualization.html
File diff suppressed because it is too large
Load Diff
11
visualization.html/index.html
Normal file
11
visualization.html/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; url=/docs/miscellaneous/country-map-tools">
|
||||
<link rel="canonical" href="/docs/miscellaneous/country-map-tools" />
|
||||
</head>
|
||||
<script>
|
||||
window.location.href = '/docs/miscellaneous/country-map-tools';
|
||||
</script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user