<html>
<head>
    <title>
        404 Not Found
    </title>
    <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css"/>
    <style>
        .s-lib-debug {
            font-family: verdana;
            font-size: 11px;
            color: #fff;
        }
    </style>
</head>

<body>
<div style="width:80%; max-width:800px; text-align:center; margin:0px auto; color:#bbb; font-family:Tahoma;">
    <div style="font-size:12em; font-size:12vw;">
                <span class="fa-stack">
                    <i class="fa fa-stack-2x fa-square-o"></i>
                    <i class="fa fa-stack-1x fa-hand-stop-o"></i>
                </span>
    </div>

    <div style="padding:10px; font-size:1.4em;">
        <strong>The requested page could not be found</strong>
    </div>

    <div style="padding:10px; font-size:1.2em;">
        This could be because the link you clicked was not formed properly or because the page has been deleted.
        <div style="padding:20px; font-size:0.8em;">
            <a href="/">Home</a>
            <span style="padding:0px 20px;">|</span>
            <a href="/srch.php">Search</a>
        </div>
    </div>
</div>
</body>
</html>