<!DOCTYPE html>
<html>
<head>
    <title>404 - Page Not Found</title>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" />
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" />
    <link rel="stylesheet" href="/css/server_errors.css">
    <link rel="stylesheet" href="/css/not_found.production.css">
</head>
<body>
    <div class="container">
        <div class="row content">
            <div class="col-lg-12"></div>
            <div class="col-lg-12">
                <div class="opacer">
                    <h1>404<span class="small">Page not found</span></h1>
                    <h2>Oops, the page you're looking for does not exist.</h2>

                    <a class="btn" href="/">Go home</a>
                    <span class="search">
                        <input placeholder="Search"></input>
                        <button><i class="fa fa-search"></i></button>
                    </span>
                    <p style="margin: 24px 0px 0px 0px;">Generated by <a href="https://metacpan.org/pod/Mojo::Leds">
                    Mojo::Leds</a></p>
                </div>
            </div>
        </div>
    </div>
    <div class="bg-img"></div>
</body>
</html>