<!DOCTYPE html>

<html lang="es">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Danloud Labs LLC</title>

    <style>

        body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background-color: #000000; color: #ffffff; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; margin: 0; text-align: center; }

        h1 { font-size: 3rem; margin-bottom: 10px; }

        p { font-size: 1.2rem; color: #a1a1aa; max-width: 600px; margin-bottom: 30px; }

        a { color: #0a84ff; text-decoration: none; font-weight: bold; }

        a:hover { text-decoration: underline; }

    </style>

</head>

<body>

    <h1>Danloud Labs</h1>

    <p>Somos un estudio de desarrollo de software enfocado en crear experiencias y aplicaciones móviles innovadoras.</p>

    <p>Para soporte o consultas empresariales, contáctanos en:<br>

    <a href="mailto:support@danloudlabs.com">support@danloudlabs.com</a></p>

</body>

</html>