Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
5518a4c
1
Parent(s):
95671ea
Update ver.html
Browse files
ver.html
CHANGED
@@ -64,15 +64,15 @@
|
|
64 |
</style>
|
65 |
</head>
|
66 |
<body>
|
67 |
-
<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"
|
75 |
-
<a id="downloadLink" style="display: none;"
|
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() {
|