Log In
BASIC-LIBRARY / SECTION / 404

404 One

Preview Code
Quick edit
<div
  class="bg-white pt-6 pb-6 py-6 sm:pt-8 sm:pb-8 sm:py-8 lg:pt-12 lg:pb-12 lg:py-12"
>
  <div
    class="ml-auto mr-auto mx-auto max-w-screen-2xl pl-4 pr-4 px-4 md:pl-8 md:pr-8 md:px-8"
  >
    <div class="flex flex-col items-center max-w-screen-md mr-auto ml-auto">
      <img
        class="max-w-full w-40 h-max object-center mb-12"
        src="https://tailsections.com/logo.png"
      />
      <p
        class="uppercase mb-4 text-sm font-semibold text-indigo-500 md:text-base"
      >
        Oops! Something went wrong.
      </p>
      <h1 class="mb-2 text-center text-2xl font-bold text-gray-800 md:text-3xl">
        We couldn&#x2019;t find the page you&#x2019;re looking for
      </h1>
      <p class="mb-12 max-w-screen-md text-center text-gray-500 md:text-lg">
        It seems like the page you requested has moved or no longer exists.
        Let&#x2019;s get you back on track.
      </p>
      <a
        href="/"
        class="inline-block transition duration-100 active:text-gray-700 rounded-lg bg-gray-200 pl-8 pr-8 px-8 pt-3 pb-3 py-3 text-center text-sm font-semibold text-gray-500 outline-none ring-indigo-300 hover:bg-gray-300 focus-visible:ring md:text-base"
      >
        Return to Home
      </a>
    </div>
  </div>
</div>
© 2025 tailsections.com. All rights reserved

Don’t Lose Your Edits!

Your changes are saved locally, but they may expire or be lost if you don’t create an account.

Create Account