????
| Current Path : /home2/morganrand/backup.morganrand.com/centerpiece-designer/cp/application/errors/ |
| Current File : /home2/morganrand/backup.morganrand.com/centerpiece-designer/cp/application/errors/error_404.php |
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8">
<title>404 Page Not Found</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.0/jquery.min.js"></script>
<style>
.box {
background: url(https://s3.amazonaws.com/9lessonslabs/icons/404.png) no-repeat 0 0;
height: 287px;
margin-bottom: 25px;
padding-bottom: 50px;
width:800px;
}
.cover_pan{
background: #fff url(https://s3.amazonaws.com/9lessonslabs/icons/404banner.jpg) repeat 800px bottom;
height: 287px;
margin-left:1px;
overflow: hidden;
position: relative;
width:800px;
margin:0 auto;
-moz-animation-name: pan;
-moz-animation-duration:40s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-webkit-animation-name: pan;
-webkit-animation-duration:40s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
@-moz-keyframes pan {
0% {
background-position: 1338px bottom;
}
100% {
background-position: left bottom;
}
}
@-webkit-keyframes pan {
0% {
background-position: 1338px bottom;
}
100% {
background-position: left bottom;
}
}
</style>
</head>
<body>
<div id="container">
<table width='100%'>
<tr>
<td>
<div class='shade' id="wall_container" style="min-height:550px;">
<div style="margin-top:50px"> </div>
<div class="cover_pan"><img src="https://s3.amazonaws.com/9lessonslabs/icons/404.png" alt="asas" /></div></div>
<div style="height:50px"/>
</div>
</td>
</tr></table>
</div>
</body>
</html>