DmitrMakeev commited on
Commit
b1f18e2
1 Parent(s): bd7bcf1

Update up_user_gp.html

Browse files
Files changed (1) hide show
  1. up_user_gp.html +4 -4
up_user_gp.html CHANGED
@@ -63,10 +63,10 @@
63
  </style>
64
  </head>
65
  <body>
66
- <h1>Add Participants to Group</h1>
67
  <div class="input-row">
68
- <input type="text" id="apiKeyInput" placeholder="Enter API key">
69
- <input type="text" id="groupIdInput" placeholder="Enter group ID">
70
  <input type="number" id="minDelayInput" placeholder="Min Delay (ms)" value="500">
71
  <input type="number" id="maxDelayInput" placeholder="Max Delay (ms)" value="1000">
72
  </div>
@@ -76,7 +76,7 @@
76
  </div>
77
  </div>
78
  <input type="file" id="fileInput" accept=".txt">
79
- <button id="addButton">Add Participants</button>
80
 
81
  <script>
82
  document.getElementById('addButton').addEventListener('click', function() {
 
63
  </style>
64
  </head>
65
  <body>
66
+ <h1>Добавление пользователей в закрытую группу</h1>
67
  <div class="input-row">
68
+ <input type="text" id="apiKeyInput" placeholder="Введите API ключ">
69
+ <input type="text" id="groupIdInput" placeholder="Введите ID группы">
70
  <input type="number" id="minDelayInput" placeholder="Min Delay (ms)" value="500">
71
  <input type="number" id="maxDelayInput" placeholder="Max Delay (ms)" value="1000">
72
  </div>
 
76
  </div>
77
  </div>
78
  <input type="file" id="fileInput" accept=".txt">
79
+ <button id="addButton">Зупустить цикл добавления</button>
80
 
81
  <script>
82
  document.getElementById('addButton').addEventListener('click', function() {