mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
18 lines
450 B
HTML
18 lines
450 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="robots" content="noindex">
|
|
<meta http-equiv="refresh" content="0; url=/zh/project.html">
|
|
<link rel="canonical" href="/zh/project.html">
|
|
<title>Redirecting...</title>
|
|
<script>
|
|
const anchor = window.location.hash.substring(1);
|
|
location.href = `/zh/project.html${anchor? `#${anchor}`: ""}`;
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p>Redirecting...</p>
|
|
</body>
|
|
</html>
|