<!DOCTYPE html>
<html lang="id">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>404</title>

  <link rel="icon" type="image/png" href="images/favicon-96x96.png" sizes="96x96" />
  <link rel="icon" type="image/svg+xml" href="images/favicon.svg" />
  <link rel="shortcut icon" href="images/favicon.ico" />
  <link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png" />
  <link rel="manifest" href="images/site.webmanifest" />

  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>

  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">

  <style>
    body {
      font-family: "Inter", sans-serif;
    }
  </style>
</head>

<body>
  <div class="container vh-100 d-flex align-items-center">
    <div class="row g-4 align-items-center w-100">
      <div class="col-12 col-lg-7"><canvas id="canvas" style="width: 100%;"></canvas></div>
      <div class="col-12 col-lg-5">
        <h5>Oops! Page Not Found (404)</h5>
        <p>It looks like the page you're looking for is either unavailable or has been moved.</p>
        <p><strong>💡 Try the following:</strong></p>
        <ul>
          <li>Double-check the URL you entered.</li>
          <li>Go back to the <a href="https://jotuu.com/">Homepage</a>.</li>
        </ul>
        <p>If this issue persists, please feel free to contact us.</p>
        <p class="small text-muted">Jotuu</p>
      </div>
    </div>
  </div>
  <script type="module">
    import {
      DotLottie
    } from "https://cdn.jsdelivr.net/npm/@lottiefiles/dotlottie-web/+esm";

    new DotLottie({
      autoplay: true,
      loop: true,
      canvas: document.getElementById("canvas"),
      src: "assets/etc/404-anim.json",
    });
  </script>
</body>

</html>