Files
SWebStatic/layouts/xaguarder/warning.html
T

18 lines
594 B
HTML
Raw Normal View History

{{ define "body" }}
<section class="warning-page" style="--accent: #f44336">
<div class="warning-content">
<img src="{{ .Site.Params.logo }}" alt="XAGuarder" class="warning-logo" width="120" height="120">
<h1>发现不良网站!</h1>
<p class="warning-text">XAGuarder 保护了您。</p>
<p class="warning-sub">如果这是正常的网站,请检查是否通过当地公安机关备案。</p>
<a href="/" class="btn btn-primary">返回主页</a>
</div>
</section>
{{ end }}
{{ define "extra_head" }}
<style>
.warning-page { --accent: #b87070; }
</style>
{{ end }}