2018-07-25 15:06:06 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<title>403</title>
|
2018-08-03 05:55:24 +00:00
|
|
|
<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>
|
2018-07-25 15:06:06 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2018-08-03 05:55:24 +00:00
|
|
|
<div class="box">
|
|
|
|
|
<i class="iconfont icon-icon-test"></i>
|
|
|
|
|
<p>小哥哥小姐姐,禁止越界!</p>
|
|
|
|
|
</div>
|
2018-07-25 15:06:06 +00:00
|
|
|
</body>
|
|
|
|
|
</html>
|