<!DOCTYPE html>

<html lang="pl">

<head>

    <meta charset="UTF-8">

    <title>ReguPulse – Under construction</title>


    <style>

        body {

            font-family: Inter, Arial, sans-serif;

            background: #0B0F14;

            color: #FFFFFF;

            display: flex;

            align-items: center;

            justify-content: center;

            height: 100vh;

            margin: 0;

        }


        .container {

            text-align: center;

        }


        img {

            max-width: 220px;

            margin-bottom: 24px;

        }


        .subtitle {

            opacity: 0.7;

            letter-spacing: 0.05em;

        }

    </style>

</head>


<body>

    <div class="container">

        <img src="logo.svg" alt="ReguPulse logo">

        <div class="subtitle">Under construction</div>

    </div>

</body>

</html>