think6-authorize/app/view/public/exception.html
2020-01-09 12:45:01 +08:00

25 lines
958 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Authorize 404</title>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="/static/css/layui.css">
</head>
<body class="childrenBody">
<div style="text-align: center; padding:11% 0;">
<i class="layui-icon" style="line-height:20rem; font-size:20rem; color: #393D50;">&#xe61c;</i>
<p style="font-size: 20px; font-weight: 300; color: #999;">我勒个去,页面被外星人挟持了!</p>
<br>
<p><a style="font-size: 20px; font-weight: 300; color: #008B8B;" href="/index">返回首页</a></p>
</div>
</body>
</html>