fix: edit 403 CAPTCHA HTML

This commit is contained in:
Roi Feng
2025-02-18 21:11:58 -05:00
parent 05aeba685c
commit 51df50a72e
2 changed files with 11 additions and 3 deletions

View File

@ -32,6 +32,10 @@
margin-top: 10px;
color: #666;
}
.verifyBox {
margin-top: 10px;
color: #666;
}
.footer {
margin-top: 30px;
font-size: 12px;
@ -73,9 +77,9 @@
<body>
<div class="container">
<div class="message">Checking that you are not a robot</div>
<div class="description"><div class="h-captcha" data-sitekey="" data-callback="onSubmit"></div></div>
<div class="verifyBox"><div class="h-captcha" data-sitekey="" data-callback="onSubmit"></div></div>
<div class="footer">
Security powered by <a href="https://github.com/Rayzggz/server_torii">Server Torii</a>
DDoS Protection Powered by <a href="https://github.com/Rayzggz/server_torii">Server Torii</a>
</div>
</div>