|
|
|
@ -1,5 +1,4 @@
|
|
|
|
|
<!DOCTYPE html> |
|
|
|
|
|
|
|
|
|
<html lang="en"> |
|
|
|
|
<head> |
|
|
|
|
<meta charset="utf-8" /> |
|
|
|
@ -9,11 +8,13 @@
|
|
|
|
|
width: 900px; |
|
|
|
|
background-color: #CCB; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.container { |
|
|
|
|
width: 700px; |
|
|
|
|
height: 700px; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
img { |
|
|
|
|
width: auto; |
|
|
|
|
height: auto; |
|
|
|
@ -21,6 +22,7 @@
|
|
|
|
|
max-height: 100%; |
|
|
|
|
padding-bottom: 36px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
p { |
|
|
|
|
display: block; |
|
|
|
|
font-size: 20px; |
|
|
|
@ -32,10 +34,9 @@
|
|
|
|
|
<div class="container"> |
|
|
|
|
<img src="images/sorry.jpg" /> |
|
|
|
|
<p> |
|
|
|
|
预览源文件来自不受信任的站点:<span style="color: red; display: inline;">${current_host}</span> ,请联系管理员 <br> |
|
|
|
|
有任何疑问,请加 <a href="https://jq.qq.com/?_wv=1027&k=5c0UAtu">官方QQ群:613025121</a> 咨询 |
|
|
|
|
预览源文件来自不受信任的站点:<span style="color: red; display: inline;">${current_host}</span> 请联系管理员!<br> |
|
|
|
|
有任何疑问,请加入kk开源社区知识星球咨询:<a href="https://t.zsxq.com/09ZHSXbsQ">https://t.zsxq.com/09ZHSXbsQ</a><br>
|
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
</body> |
|
|
|
|
|
|
|
|
|
</html> |
|
|
|
|
</html> |
|
|
|
|