
<!DOCTYPE html>
<html>
<head>
    <title>Maintenance</title>
    <style>
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            font-family: sans-serif;
            background-color: #f8f8f8;
            margin: 0;
        }
        h1 {
            text-align: center;
        }
        .message {
            margin: 20px;
            padding: 20px;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            border-radius: 8px;
            max-width: 500px;
        }
        li {
            padding: 5px 0;
        }
    </style>
</head>
<body>
    <div class="message">
        <h1>Directory is currently unavailable.</h1>
        <ol>
            <li>Please visit <a href="https://m365.cloud.microsoft/search/people">https://m365.cloud.microsoft/search/people</a></li>
            <li>Enter the person&#39;s name.</li>
            <li>Click on their name to view their profile.</li>
        </ol>
    </div>
</body>
</html>