Skip to content

Commit

Permalink
chore: website redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfu1 committed Oct 8, 2023
1 parent eb9c8bf commit 1e1450d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon"
href="https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*7svFR6wkPMoAAAAAAAAAAAAADmJ7AQ/original">
<script>
location.href = 'https://ant-design-charts.antgroup.com/'
</script>
</head>

<body>
<div id="root"></div>
</body>

</html>

0 comments on commit 1e1450d

Please sign in to comment.