<br />
<b>Deprecated</b>:  Return type of JSONArray::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in <b>/home/kdisenod/api-vale.kdisenodigital.com/application/Json.php</b> on line <b>8</b><br />
<br />
<b>Warning</b>:  session_start(): Session cannot be started after headers have already been sent in <b>/home/kdisenod/api-vale.kdisenodigital.com/application/Session.php</b> on line <b>6</b><br />
<br />
<b>Deprecated</b>:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in <b>/home/kdisenod/api-vale.kdisenodigital.com/application/Request.php</b> on line <b>48</b><br />
<!DOCTYPE html>
<html lang="es">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Página No Encontrada</title>
  <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet">
  <style>
    body, html {
      height: 100%;
      margin: 0;
    }
    .bg-dark {
      background-color: #343a40 !important;
    }
    .center-container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      color: white;
      text-align: center;
    }
  </style>
</head>
<body class="bg-dark">
  <div class="center-container">
    <div>
      <h1 class="display-1">404</h1>
      <p class="lead">La página que buscas no se pudo encontrar.</p>
      <a href="/" class="btn btn-primary">Volver al inicio</a>
    </div>
  </div>

  <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.bundle.min.js"></script>
</body>
</html>
