<!DOCTYPE html>

<html lang="pt-BR">

<head>

  <meta charset="UTF-8" />

  <title>PixBridgeX</title>

  <style>

    body {

      background: #0b0f19;

      color: #ffffff;

      font-family: Arial, sans-serif;

      display: flex;

      align-items: center;

      justify-content: center;

      height: 100vh;

    }

  </style>

</head>

<body>

  <h1>PixBridgeX • App em construção 🚧</h1>

</body>

</html>