<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>404 - Page Not Found</title>
  <link href="tailwind.min.css" rel="stylesheet">
  <style>
    body {
      background: radial-gradient(circle at top right, #6b7280, #1f2937);
    }
  </style>
</head>

<body class="min-h-screen flex flex-col items-center justify-center text-center text-gray-100 px-6">
  <div class="max-w-md">
    <h1 class="text-9xl font-extrabold text-transparent bg-clip-text text-white">404
    </h1>
    <h2 class="mt-4 text-2xl font-semibold">Page Not Found</h2>
    <p class="mt-4 text-gray-400">
      dhost.info used to be a free hosting service until the end of 2017.
      Since you’ve landed on this 404 page, it seems you followed a very old link.
      The content you’re looking for no longer exists.
    </p>
    <p class="mt-2 text-gray-400">

      Still linking to dhost.info? It’s time to check your links — <a href="https://dislike404.com"
        class="text-white font-semibold">dislike404.com - Free 404 Checker</a> can help.
    </p>
  </div>

</body>

</html>