<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Welcome to Mun's Place</title>
    <script src="https://cdn.tailwindcss.com"></script>
  </head>
  <body class="bg-gray-900">
    <section class="bg-gray-900 text-white">
        <div class="px-4 py-16 sm:px-6 lg:px-8">
          <div class="max-w-xl">
            <h2 class="text-3xl font-bold sm:text-4xl">Welcome to Mun's Place</h2>
      
            <p class="mt-4 text-gray-300">
              Nothing to see here.
            </p>
          </div>
        </div>
      </section>
  </body>
</html>