<!doctype html>
<title>Upvenue</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="robots" content="noindex,nofollow" />
<style>
  body {
    margin: 0;
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: #0f0f12;
    color: #e6e6eb;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 24px;
  }
  main { max-width: 640px; }
  h1 { font-size: 34px; margin-bottom: 10px; }
  p { opacity: 0.85; line-height: 1.6; }
  .small { margin-top: 24px; font-size: 14px; opacity: 0.6; }
</style>

<main>
  <h1>UpVenue</h1>

  <p>The farewell tour is over.</p>
  <p>Thanks for reading, listening, and showing up.</p>

  <div class="small">
    <p>Encore requests respectfully declined.</p>
  </div>
</main>
