Deploying to gh-pages from @ DGP-Studio/Snap.Hutao.Docs@92823f98f9 🚀

This commit is contained in:
Masterain98
2023-12-20 04:17:43 +00:00
parent ac1f2dd744
commit beae2f1f1c
471 changed files with 5781 additions and 552 deletions

View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<meta http-equiv="refresh" content="0; url=/ru/advanced/exceptions.html">
<link rel="canonical" href="/ru/advanced/exceptions.html">
<title>Redirecting...</title>
<script>
const anchor = window.location.hash.substring(1);
location.href = `/ru/advanced/exceptions.html${anchor? `#${anchor}`: ""}`;
</script>
</head>
<body>
<p>Redirecting...</p>
</body>
</html>