-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
41 lines (38 loc) · 1.11 KB
/
error.html
File metadata and controls
41 lines (38 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>验证码失败</title>
<link rel="stylesheet" type="text/css" href="style/common.css" />
<link rel="stylesheet" type="text/css" href="style/done.css" />
</head>
<body>
<div class="header">
<div class="logo f1">
<img src="image/logo.png">
</div>
<div class="auth fr">
<ul>
<li><a href="#">登录</a></li>
<li><a href="#">注册</a></li>
</ul>
</div>
</div>
<div class="content">
<div class="center">
<div class="image_center">
<span class="smile_face">:( </span>
</div>
<div class="code">
验证码失败
</div>
<div class="jump">
页面自动 <b>跳转</b> ,等待时间2
</div>
</div>
</div>
<div class="footer">
<p><span>M-GALLARY</span>©2017 POWERED BY IMOOC.INC</p>
</div>
</body>
</html>