初始上传
This commit is contained in:
14
public/error/error.html
Executable file
14
public/error/error.html
Executable file
@@ -0,0 +1,14 @@
|
||||
<title>您访问的页面无法访问</title>
|
||||
<div>
|
||||
<div style="margin-top:10% ">
|
||||
<div style="text-align:center;margin: auto;">
|
||||
<img src="SHOP_IMG/404.png" alt="">
|
||||
</div>
|
||||
<div style="text-align:center;margin: auto;margin-top: 10px">
|
||||
<p><span style="font-size:36px ">很抱歉,</span>    <span style="font-size:24px ">您访问的页面无法访问...</span></p>
|
||||
</div>
|
||||
<div style="text-align:center;margin: auto;margin-top: 10px">
|
||||
<button style="font-size:18px;width:154px;height:44px;border-radius:2px; border:#ff6a00 1px solid; background-color: #ffffff ;color:#FF6A00;cursor: pointer;margin-top: 30px" onClick="javascript :history.go(-1);">返回上一页</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user