2026-07-08 16:14:01 +08:00
|
|
|
{{ define "body" }}
|
2026-07-08 16:19:33 +08:00
|
|
|
<section class="page-hero" style="--accent: #b87070">
|
2026-07-08 16:14:01 +08:00
|
|
|
<h1>{{ .Title }}</h1>
|
|
|
|
|
<p class="subtitle">{{ .Description }}</p>
|
|
|
|
|
</section>
|
|
|
|
|
<section class="page-content container">
|
|
|
|
|
<div class="xag-intro">
|
|
|
|
|
<img src="{{ .Site.Params.logo }}" alt="XAGuarder" class="xag-logo" width="120" height="120">
|
|
|
|
|
<h2>XAGuarder</h2>
|
|
|
|
|
<p>先占个位,XAGuarder 还要一段时间才能上线。当前已具备 IP、域名拦截能力。</p>
|
|
|
|
|
<a href="/xaguarder/warning/" class="btn btn-accent">查看拦截页面预览</a>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
{{ end }}
|