
    <!DOCTYPE html>
    <html lang="ru">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Clintz - Тест виджета</title>
        <style>
            body { font-family: sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background: #121212; color: white; }
            .content { text-align: center; }
        </style>
        <!-- Виджет Usedesk -->
  <script async src="https://s3.usedesk.ru/lib/secure.usedesk.ru/widget_169906_71474.js"></script>
    </head>
    <body>
        <div class="content">
            <h1>Тестовая страница clintz.ru</h1>
            <p>.</p>
        </div>
    </body>
    </html>
    