更新 index.html
This commit is contained in:
parent
11663c0237
commit
3165afa321
@ -67,8 +67,13 @@
|
||||
font-size: 1.875rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.user-info {
|
||||
font-size: 1.2rem;
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
.powered-by {
|
||||
font-size: 1rem;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.buttons {
|
||||
@ -127,6 +132,8 @@
|
||||
<h1>请稍等</h1>
|
||||
</div>
|
||||
<p>在访问 ${host} 之前我们需要检查您的浏览器。</p>
|
||||
<p class="user-info">您的IP: <span class="font-semibold font-mono">${remoteAddr}</span> 已被记录</p>
|
||||
<p class="user-info">Request ID: <code class="font-mono">${requestId}</code></p>
|
||||
<p class="powered-by">Powered By <a href="https://randallanjie.com">Randallanjie.com</a></p>
|
||||
<div class="buttons">
|
||||
<button class="wait-button">
|
||||
|
Loading…
Reference in New Issue
Block a user