Deploying to gh-pages from @ DGP-Studio/Snap.Hutao.Docs@18b46ebf3a 🚀

This commit is contained in:
Masterain98
2023-04-03 01:37:49 +00:00
parent 9c0601a9de
commit ae2c7871f1
297 changed files with 1414 additions and 1371 deletions

17
statements/toshtml.html Normal file
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=/zh/statements/tos.html">
<link rel="canonical" href="/zh/statements/tos.html">
<title>Redirecting...</title>
<script>
const anchor = window.location.hash.substr(1);
location.href = `/zh/statements/tos.html${anchor?`#${anchor}`:""}`;
</script>
</head>
<body>
<p>Redirecting...</p>
</body>
</html>