<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <title>Jayden Labs</title>

  <style>

    body {

      font-family: sans-serif;

      background-color: #0f172a;

      color: #f8fafc;

      display: flex;

      flex-direction: column;

      justify-content: center;

      align-items: center;

      height: 100vh;

      margin: 0;

    }

    h1 {

      font-size: 2em;

      margin-bottom: 0.5em;

    }

    p {

      color: #94a3b8;

    }

  </style>

</head>

<body>

  <h1>Jayden Labs</h1>

  <p>Website under construction. Stay tuned.</p>

</body>

</html>