-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
56 lines (56 loc) · 1.35 KB
/
error.html
File metadata and controls
56 lines (56 loc) · 1.35 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,minimum-scale=0.5,maximum-scale=2.0,user-scalable=no">
<title>提交失败</title>
<link rel="stylesheet" type="text/css" href="css/info.css"></head>
<body class="error">
<h1>出错啦!</h1>
<main>
<p id="info"></p>
<p class="tip">
请确认你的信息是否填写正确
<br>
如有任何请联系我们
<a href="mailto:newATnkumstcDOTcn" onclick="this.href=this.href.replace(/AT/,"@").replace(/DOT/,".")">
<email>
newATnkumstc.cn
</email>
</a>
</p>
<p>
你还可以
<a href="./">重新填写</a>
或者逛逛
<a href="http://nkumstc.cn">南微软</a>
!
</p>
</main>
<footer>
<ul>
<li>
Copyright©2001-2014
<a href="http://nkumstc.cn">NKUMSTC</a>
</li>
<li>
Created by
<a href="http://new-future.cn">NewFuture</a>
</li>
<li>
Supported by
<a href="http://department.nkumstc.cn/technology.html">NKUMSTC技术部</a>
</li>
<li>
意见反馈:
<a href="mailto:tATnkumstcDOTcn" onclick="this.href=this.href.replace(/AT/,"@").replace(/DOT/,".")">
<email>
tATnkumstcDOTcn
</email>
</a>
</li>
</ul>
</footer>
</body>
<script src="js/info.js" defer></script>
</html>