Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
3af1cef
1
Parent(s):
acf4a1d
Update ver.html
Browse files
ver.html
CHANGED
@@ -67,7 +67,7 @@
|
|
67 |
</style>
|
68 |
</head>
|
69 |
<body>
|
70 |
-
<h1
|
71 |
<input type="text" id="apiKeyInput" placeholder="Enter API Key">
|
72 |
<div id="progressBarContainer">
|
73 |
<div id="progressBar">
|
@@ -75,8 +75,8 @@
|
|
75 |
</div>
|
76 |
</div>
|
77 |
<input type="file" id="fileInput" accept=".txt">
|
78 |
-
<button id="verifyButton"
|
79 |
-
<a id="downloadLink" style="display: none;"
|
80 |
|
81 |
<script>
|
82 |
document.getElementById('verifyButton').addEventListener('click', function() {
|
|
|
67 |
</style>
|
68 |
</head>
|
69 |
<body>
|
70 |
+
<h1>Верификация телефонов</h1>
|
71 |
<input type="text" id="apiKeyInput" placeholder="Enter API Key">
|
72 |
<div id="progressBarContainer">
|
73 |
<div id="progressBar">
|
|
|
75 |
</div>
|
76 |
</div>
|
77 |
<input type="file" id="fileInput" accept=".txt">
|
78 |
+
<button id="verifyButton">Проверить наличие WhatsApp</button>
|
79 |
+
<a id="downloadLink" style="display: none;">Скачать телефоны с WhatsApp</a>
|
80 |
|
81 |
<script>
|
82 |
document.getElementById('verifyButton').addEventListener('click', function() {
|