<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Page Not Found</title>
    <script>
        setTimeout(function () {
            location.href = '/';
        },3000)

    </script>
</head>
<body style="background: url(/images/404.jpeg) no-repeat;" >


</body>
</html>