Skip to content

Commit 64d7d27

Browse files
author
zengfr
committed
feat(website): root redirect /aicodingagentteam -> /aicodingagentteam/en/
1 parent 7f08d1f commit 64d7d27

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

website/public/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>AiCodingAgentTeam</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<link rel="canonical" href="/aicodingagentteam/en/" />
8+
<meta http-equiv="refresh" content="0; url=/aicodingagentteam/en/" />
9+
<meta name="robots" content="noindex" />
10+
<style>html,body{margin:0;background:#0f172a;color:#e2e8f0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}a{color:#38bdf8}</style>
11+
</head>
12+
<body>
13+
<p style="padding:2rem">Redirecting to <a href="/aicodingagentteam/en/">/aicodingagentteam/en/</a></p>
14+
<script>window.location.replace("/aicodingagentteam/en/");</script>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)