修改测试页

This commit is contained in:
zhangshun
2026-06-16 09:39:36 +08:00
parent b5382163e0
commit bcd94b3307
2 changed files with 709 additions and 646 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,11 +1,11 @@
<!DOCTYPE html> <!doctype html>
<html lang="zh-CN"> <html lang="zh-CN">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; url=./index.html"> <meta http-equiv="refresh" content="0; url=./index.html" />
<title>Redirecting</title> <title>Redirecting</title>
</head> </head>
<body> <body>
<p>Redirecting to <a href="./index.html">index.html</a> ...</p> <p>Redirecting to <a href="./index.html">index.html</a> ...</p>
</body> </body>
</html> </html>