Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
907b526
1
Parent(s):
1853f0f
Update online.html
Browse files- online.html +12 -1
online.html
CHANGED
@@ -103,7 +103,18 @@
|
|
103 |
<div class="qr-container">
|
104 |
<p id="statusText"></p>
|
105 |
<img id="qrCode" src="" alt="QR Code" hidden>
|
106 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
</div>
|
108 |
</div>
|
109 |
|
|
|
103 |
<div class="qr-container">
|
104 |
<p id="statusText"></p>
|
105 |
<img id="qrCode" src="" alt="QR Code" hidden>
|
106 |
+
<div id="successMessage" class="success-message" hidden>
|
107 |
+
<h1 style="color: blue;">API управление активно!</h1>
|
108 |
+
<br>Доступны:<br>
|
109 |
+
Рассылка сообщений.<br>
|
110 |
+
Рассылка видео.<br>
|
111 |
+
Рассылка аудио.<br>
|
112 |
+
Рассылка опросов.<br>
|
113 |
+
Создание закрытых групп.<br>
|
114 |
+
Добавление пользователя в группу.<br>
|
115 |
+
Удаление пользователя из группы.<br>
|
116 |
+
Проверка наличия WhatsApp по номеру телефона.
|
117 |
+
</div>
|
118 |
</div>
|
119 |
</div>
|
120 |
|