DmitrMakeev commited on
Commit
3af1cef
1 Parent(s): acf4a1d

Update ver.html

Browse files
Files changed (1) hide show
  1. ver.html +3 -3
ver.html CHANGED
@@ -67,7 +67,7 @@
67
  </style>
68
  </head>
69
  <body>
70
- <h1>Phone Verification</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">Verify Phones</button>
79
- <a id="downloadLink" style="display: none;">Download Verified Phones</a>
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() {