DmitrMakeev commited on
Commit
5518a4c
1 Parent(s): 95671ea

Update ver.html

Browse files
Files changed (1) hide show
  1. ver.html +3 -3
ver.html CHANGED
@@ -64,15 +64,15 @@
64
  </style>
65
  </head>
66
  <body>
67
- <h1>Phone Verification</h1>
68
  <div id="progressBarContainer">
69
  <div id="progressBar">
70
  <div id="progress">0%</div>
71
  </div>
72
  </div>
73
  <input type="file" id="fileInput" accept=".txt">
74
- <button id="verifyButton">Verify Phones</button>
75
- <a id="downloadLink" style="display: none;">Download Verified Phones</a>
76
 
77
  <script>
78
  document.getElementById('verifyButton').addEventListener('click', function() {
 
64
  </style>
65
  </head>
66
  <body>
67
+ <h1>Верификация телефонов</h1>
68
  <div id="progressBarContainer">
69
  <div id="progressBar">
70
  <div id="progress">0%</div>
71
  </div>
72
  </div>
73
  <input type="file" id="fileInput" accept=".txt">
74
+ <button id="verifyButton">Проверить наличия WhatsApp</button>
75
+ <a id="downloadLink" style="display: none;">Скачать телефоны с WhatsApp</a>
76
 
77
  <script>
78
  document.getElementById('verifyButton').addEventListener('click', function() {