-
Notifications
You must be signed in to change notification settings - Fork 0
/
700.html
executable file
·44 lines (38 loc) · 883 Bytes
/
700.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>500 Server Error</title>
<style type="text/css">
body {
text-align: center;
font: 12px/18px Arial, Helvetica, sans-serif;
color: #333;
}
#wrapper {
width: 960px;
margin: 32px auto 0 auto;
background: #eee;
border: 1px solid #aaa;
text-align: left;
}
h1 {
font-size: 24px;
margin: 32px 32px 0 32px;
}
p {
margin: 8px 32px 32px 32px;
}
a {
color: #036;
}
</style>
</head>
<body>
<div id="wrapper">
<h1>700 Server Error</h1>
<p>Unauthorized page access! <a href="logout;">Click here to login</a></p>
</div>
</body>
</html>