mirror of
https://github.com/Rayzggz/server_torii.git
synced 2025-06-23 23:41:30 +08:00
fix: edit 403 CAPTCHA HTML
This commit is contained in:
@ -37,6 +37,10 @@
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
.verifyBox {
|
||||||
|
margin-top: 10px;
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
.debug-info {
|
.debug-info {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@ -63,7 +67,7 @@
|
|||||||
Date: {{.Date}}<br>
|
Date: {{.Date}}<br>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
Security powered by <a href="https://github.com/Rayzggz/server_torii">⛩️Server Torii</a>
|
Security Powered by <a href="https://github.com/Rayzggz/server_torii">⛩️Server Torii</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -32,6 +32,10 @@
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
.verifyBox {
|
||||||
|
margin-top: 10px;
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
.footer {
|
.footer {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@ -73,9 +77,9 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="message">Checking that you are not a robot</div>
|
<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">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user