补充本地调试页面入口
This commit is contained in:
11
public/smart_test.html
Normal file
11
public/smart_test.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; url=./index.html">
|
||||
<title>Redirecting</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="./index.html">index.html</a> ...</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user