提交 | 用户 | 时间
|
e7c126
|
1 |
<!DOCTYPE html> |
H |
2 |
<html> |
|
3 |
<head> |
|
4 |
<meta charset="UTF-8"> |
|
5 |
<title>Error</title> |
|
6 |
<style type="text/css"> |
|
7 |
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } |
|
8 |
div.dialog { |
|
9 |
width: 80%; |
|
10 |
padding: 1em 4em; |
|
11 |
margin: 4em auto 0 auto; |
|
12 |
border: 1px solid #ccc; |
|
13 |
border-right-color: #999; |
|
14 |
border-bottom-color: #999; |
|
15 |
} |
|
16 |
h1 { font-size: 100%; color: #f00; line-height: 1.5em; } |
|
17 |
</style> |
|
18 |
|
|
19 |
</head> |
|
20 |
</head> |
|
21 |
<body> |
|
22 |
|
|
23 |
<div class="dialog"> |
|
24 |
<h1>System Error</h1> |
|
25 |
<p>${exceptionMsg}</p> |
|
26 |
<a href="javascript:window.location.href='${request.contextPath}/'">Back</a> |
|
27 |
</p> |
|
28 |
</div> |
|
29 |
|
|
30 |
</body> |
|
31 |
</html> |