Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev.Huang authored Jul 4, 2024
1 parent a711b9b commit 2455370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<div id="captcha-container">
<div id="verify-section">
<input type="checkbox" id="verify-checkbox">
<label for="verify-checkbox" id="captcha-label">I'm not a robot.</label>
<label for="verify-checkbox" id="captcha-label">I'm not a robot</label>
<span id="loading-text">Verifying...</span>
<img id="check-mark" src="https://captcha.xyehr.cn/check-mark-1.svg" style="display: none; width: 30px; height: 30px;">
<p id="verification-text" style="display: none;">Verification successful</p>
<p id="error-message" style="color: red; display: none;">Please re-verify</p>
</div>
<div id="brand">
<img src="/assets/logo.svg" alt="AIR Captcha Logo">
AIR Captcha
AIR Captcha v1
</div>
</div>

Expand Down

0 comments on commit 2455370

Please sign in to comment.