


<html>
<head>
    <title>Buzz: Uh oh!</title>
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <link href="https://buzzhotel.bz/shopapi/hebbo.css" rel="stylesheet">
    <link href="//fonts.googleapis.com/css?family=Ubuntu:normal|Ubuntu+Condensed:normal" rel=stylesheet>
</head>
<body>
    <div class="center">
        <img src="https://buzzhotel.bz/shopapi/error.png" />
<h1>OH BOBBA! PAGE NOT FOUND.</h1>
<p>Frank can't find the page you're looking for. Please check the URL or try starting over from the Buzz front page.</p>
<a href="https://buzzhotel.bz/me"><button>GO HOME</button></a>

<script>
    window.opener.postMessage({ status: 'ERROR' }, '*');
</script>

    </div>
</body>
</html>
