<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

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

    

    <meta name="clckd" content="6145fb492d11fb5b6672cb9546b53de2" />

    

    <title>System Portal</title>

    <style>

        body {

            font-family: Arial, sans-serif;

            display: flex;

            justify-content: center;

            align-items: center;

            height: 100vh;

            margin: 0;

            background-color: #f4f4f9;

            color: #333;

        }

        .container {

            text-align: center;

        }

    </style>

</head>

<body>

    <div class="container">

        <h1>System Active</h1>

        <p>Infrastructure is running smoothly.</p>

    </div>

</body>

</html>