<!DOCTYPE html>
<html>
<head>
    <title>Page not found</title>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="stylesheet" href="/css/base.min.css" />
    <link rel="stylesheet" href="/css/status.min.css" />
</head>
<body>
    <div class="container-xl">
        <div class="navbar">
            <div class="navbar-brand"><a href="/"><img src="/images/logos/stoolball-england.svg" alt="Stoolball England" width="200" height="59" /></a></div>
        </div>
        <main>
            <h1>Page not found</h1>
            <p>Sorry, we couldn't find the page you were looking for.</p>
            <p>Please check that you typed the address correctly, or try starting again at the <a href="/">home page</a>.</p>
        </main>
    </div>
</body>
</html>
