<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

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

    <title>Certivue | The Vision is the Certification</title>

    <style>

        body {

            margin: 0;

            padding: 0;

            background-color: #0B1218; /* Your Deep Midnight color */

            display: flex;

            justify-content: center;

            align-items: flex-start;

            min-height: 100vh;

        }

        img {

            width: 100%;

            max-width: 1440px; /* Standard web width */

            height: auto;

            display: block;

        }

    </style>

</head>

<body>

    <img src="landing.png" alt="Certivue Spatial Intelligence">

</body>

</html>