25 lines
719 B
HTML
25 lines
719 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>S.A. XAGuarder</title>
|
||
|
|
<style>
|
||
|
|
.grey-bg-white-text {
|
||
|
|
background-color: grey; /* 灰底 */
|
||
|
|
color: white; /* 白字 */
|
||
|
|
padding: 50px; /* 文本内填充 */
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="grey-bg-white-text">
|
||
|
|
<img src="https://file.atomgit.com/uploads/user/1754052130447_4842.png" alt="Logo Source:atomgit::user_head">
|
||
|
|
先占个位,XAGuarder还要一段时间才能上线,当前已有ip,域名拦截能力
|
||
|
|
<a href="http://saswe.rth1.xyz/XAGuarder/warning.html">拦截页面式样</a>
|
||
|
|
Copyright(C) 2025 S.A. All rights received.
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|