<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>Error</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style type="text/css">
        body {
            margin: 0;
            background-color: #f9f9fb;
            font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 14px;
            line-height: 1.42857143;
            color: #4e515e;
        }

        a {
            color: #15a4fa;
        }

        header {
            background-color: #293241;
            padding: 20px;
        }

        .brand {
            background-repeat: no-repeat;
            width: 106px;
            height: 27px;
            margin-top: 2px;
        }

        .container {
            padding-top: 100px;
        }

        .panel {
            background-color: #fff;
            border: 1px solid #f0eeee;
            border-radius: 3px;
            width: 80%;
            margin: 0 auto;
            padding: 30px;
        }
    </style>
</head>
<body>
    <header role="banner">
        <div class="brand"></div>
    </header>
    <div class="container">
        <div class="panel">
            <h1>Error 404: Page Not Found</h1>
        </div>
    </div>
</body>
</html>