Skip to content

Commit

Permalink
initial ed
Browse files Browse the repository at this point in the history
  • Loading branch information
cy3486 committed Jan 8, 2024
0 parents commit 51d0cb2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>cy3486的qq空间</title>

<script>
window.onload = function() {
setTimeout(function() {
window.location.href = "http://58.87.80.169/index.html"; // 将这里的 URL 替换为你想要跳转的页面的 URL
}, 500); // 延迟 500 毫秒
};
</script>
</head>

<body>

</body>

</html>

0 comments on commit 51d0cb2

Please sign in to comment.