
<!DOCTYPE html>
<html lang="ru">
<head>
  <meta charset="UTF-8">
  <title>nginx server</title>
  <style>
    body {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      margin: 0;
      background: #f9f9f9;
      font-family: Arial, sans-serif;
      color: #333;
    }
    .center {
      text-align: center;
      font-size: 20px;
      line-height: 1.6;
    }
    .center strong {
      display: block;
      margin-top: 10px;
      font-size: 22px;
    }
  </style>
</head>
<body>
  <div class="center">
    nginx server
    <strong>НАО Алматинский университет энергетики и связи имени Гумарбека Даукенова</strong>
  </div>
</body>
</html>