修改测试页
This commit is contained in:
1341
public/index.html
1341
public/index.html
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user