完善403,404,500错误页面
parent
16b0065bc3
commit
053912c738
17
403.html
17
403.html
|
|
@ -3,8 +3,23 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>403</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<link rel="stylesheet" href="//at.alicdn.com/t/font_693759_ly2l5vm2fxn.css">
|
||||
<style>
|
||||
.box {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.box .iconfont {
|
||||
font-size: 300px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>403页面,待开发...</h1>
|
||||
<div class="box">
|
||||
<i class="iconfont icon-icon-test"></i>
|
||||
<p>小哥哥小姐姐,禁止越界!</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
17
404.html
17
404.html
|
|
@ -3,8 +3,23 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>404</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<link rel="stylesheet" href="//at.alicdn.com/t/font_693759_ly2l5vm2fxn.css">
|
||||
<style>
|
||||
.box {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.box .iconfont {
|
||||
font-size: 300px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>404页面,待开发...</h1>
|
||||
<div class="box">
|
||||
<i class="iconfont icon-404cuowu"></i>
|
||||
<p>小哥哥小姐姐,页面找不到了!</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
17
500.html
17
500.html
|
|
@ -3,8 +3,23 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>500</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<link rel="stylesheet" href="//at.alicdn.com/t/font_693759_ly2l5vm2fxn.css">
|
||||
<style>
|
||||
.box {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.box .iconfont {
|
||||
font-size: 300px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>500页面,待开发...</h1>
|
||||
<div class="box">
|
||||
<i class="iconfont icon-icon-test1"></i>
|
||||
<p>小哥哥小姐姐,服务器错误啦!</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue