<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>404</title>
</head>
<body>
<style type="text/css">
    .i404{width: 1160px;height: 652px;margin:0 auto;}
    .i404 img{width: 100%;height: 652px;}
</style>
<div class="i404">
    <img src="/Public/Home/images/404.gif">
</div>

<script language="javascript" type="text/javascript">
setTimeout(function () { this.location.href = "/" }, 2000);
</script>
</body>
</html>