-
Notifications
You must be signed in to change notification settings - Fork 1
/
error.php
64 lines (62 loc) · 1.06 KB
/
error.php
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
57
58
59
60
61
62
63
64
<!--A Design by W3layouts
Author: W3layou
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Error</title>
<style type="text/css">
body{
font-family:Arial, Helvetica, sans-serif;
background-color: #FF0066;
}
.wrap{
width:1000px;
margin:0 auto;
}
.logo{
width:430px;
position:absolute;
top:25%;
left:35%;
}
p a{
color:#eee;
font-size:13px;
margin-left:165px;
padding:5px;
background:#9900CC;
text-decoration:none;
-webkit-border-radius:.3em;
-moz-border-radius:.3em;
border-radius:.3em;
}
p a:hover{
color: #fff;
}
.footer{
position:absolute;
bottom:10px;
right:10px;
font-size:12px;
color:#aaa;
}
.footer a{
color:#666;
text-decoration:none;
}
</style>
</head>
<body>
<div class="wrap">
<div class="logo">
<img src="images/404.png" alt="" />
<p><a href="land.php">Go back to Home</a></p>
</div>
</div>
</body>
</html>