chore: sync local changes to Gitea

This commit is contained in:
shumengya
2026-06-24 22:10:30 +08:00
commit ee6948a09d
3 changed files with 23 additions and 0 deletions

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0;url=https://www.shumengya.top">
<title>正在跳转中</title>
</head>
<body>
<script>
location.replace("https://www.shumengya.top");
</script>
</body>
</html>