<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <title>Solethu Assets</title>

    <style>

        body {

            font-family: sans-serif;

            display: flex;

            flex-direction: column;

            justify-content: center;

            align-items: center;

            height: 100vh;

            margin: 0;

            background-color: #f4f4f4;

        }

        img {

            max-width: 300px;

            margin-bottom: 20px;

        }

    </style>

</head>

<body>

    <!-- solethu-gradient-logo.jpg -->

    <img src=“solethu-gradient-logo.jpg" alt="Solethu Logo">

    <h1>Solethu Assets Portal</h1>

    <p>Directory operational.</p>

</body>

</html>