mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
Deploying to gh-pages from @ DGP-Studio/Snap.Hutao.Docs@92823f98f9 🚀
This commit is contained in:
17
ru/advanced/mihoyo-risk-tip.html
Normal file
17
ru/advanced/mihoyo-risk-tip.html
Normal 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>
|
||||
Reference in New Issue
Block a user