<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr">
<head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>Error: 404 Page not found</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="/templates/gridbox/css/gridbox.css" type="text/css" />
            <link href="/templates/gridbox/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
    <link href="https://fonts.googleapis.com/css?family=Poppins:500|Roboto+Condensed:300|Roboto:400" rel="stylesheet">
</head>
<body>
    <div class="body ">
        <div class="container">
            <div id="content" class="error">
                <h1>404</h1> 
                <p>Page not found</p>
                                <p><a href="/index.php" class="btn">Home Page</a></p>
            </div>
        </div>
    </div>
</body>
</html>



