 



<!DOCTYPE html>
<html>
<head>
    <title>oops 404</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link href='http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister' rel='stylesheet' type='text/css'>
    <style type="text/css">
        body {
            font-family: 'Love Ya Like A Sister', cursive;
        }

        body {
            background: #eaeaea;
        }

        .wrap {
            margin: 0 auto;
            width: 1000px;
        }

        .logo {
            text-align: center;
            margin-top: 200px;
        }

            .logo img {
                width: 350px;
            }

            .logo p {
                color: #272727;
                font-size: 40px;
                margin-top: 1px;
            }

                .logo p span {
                    color: lightgreen;
                }

        .sub a {
            color: #fff;
            background: #272727;
            text-decoration: none;
            padding: 10px 20px;
            font-size: 13px;
            font-family: arial, serif;
            font-weight: bold;
            -webkit-border-radius: .5em;
            -moz-border-radius: .5em;
            -border-radius: .5em;
        }

        .footer {
            color: black;
            position: absolute;
            right: 10px;
            bottom: 10px;
        }

            .footer a {
                color: rgb(114, 173, 38);
            }
    </style>
</head>


<body>


    <div class="wrap">
        <div class="logo">
            <p>OOPS! - Could not Find it</p>

            <img src="/images/404-1.png"  alt="Error - 404 Not Found" />
            <p> You will be Redirected to homepage in 5 Seconds.</p>
            <div class="sub">
                <p><a href="/">Homepage</a></p>
            </div>
        </div>
    </div>

    <script>setTimeout(function(){window.location.href="/"},5000);</script>
    <div class="footer">
        Design by-<a href="https://www.97display.com">97Display</a>
    </div>

</body>
</html>
