<html>
    <head>
        <title>NodeCore</title>
        <!-- Bootstrap -->
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link href="../Core/Styles/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
        <link href="../Core/Styles/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css" />
        <!-- Ubuntu Font -->
        <link href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&amp;subset=Latin" rel="stylesheet" type="text/css" />
        <!-- Scripts and styles -->
        <link href="../Browser/Styles/Browser.css" rel="stylesheet" type="text/css" />
        <link href="../Core/Images/NodeCore.png" rel="icon" type="image/png" />
        <link href="/Core/Styles/NodeCore.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
        <div class="backblur"></div>
        <div class="browserpanel">
            <h2 class="browserheader">
                <img src="../Core/Images/NodeCoreWide.png">
            </h2>
            <div>
                <h3>Error 404 - Page not found</h3>
                <p>The page you are looking for seems to be missing. We apologise for the inconvenience.</p>
                <br />
                <a class="btn btn-primary" href="/" role="button">Home</a>
                <a class="btn btn-primary" href="http://nodecore.com/?page_id=6" target="_blank" role="button">Contact Us</a>
            </div>
        </div>
    </body>
</html>