Skip to content

Commit

Permalink
pan
Browse files Browse the repository at this point in the history
  • Loading branch information
PangXitong committed Mar 12, 2024
1 parent de47d0a commit ca924ed
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified blog/.DS_Store
Binary file not shown.
21 changes: 21 additions & 0 deletions pan.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>跳转页面</title>
</head>
<body>
<script>
// 自动跳转
window.location.href = "http://341qwc20wv96.ngrok.xiaomiqiu123.top/";

// 手动跳转
function manualRedirect() {
window.location.href = "../index.html";
}
</script>

<h1>正在跳转...</h1>

<button onclick="manualRedirect()">手动跳转</button>
</body>
</html>

0 comments on commit ca924ed

Please sign in to comment.