mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-05 13:10:07 +00:00
feat: waf 🤡
This commit is contained in:
39
cmd/dashboard/controller/waf/waf.html
Normal file
39
cmd/dashboard/controller/waf/waf.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Blocked</title>
|
||||
<style>
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 90vh;
|
||||
font-weight: bolder;
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
}
|
||||
main {
|
||||
text-align: center;
|
||||
}
|
||||
.emoji {
|
||||
font-size: 200px;
|
||||
}
|
||||
p.secondary {
|
||||
font-size: 12px;
|
||||
color: #888;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<div class="emoji">🤡</div>
|
||||
<h1>Blocked</h1>
|
||||
<p>{error}</p>
|
||||
<p class="secondary">nezha WAF</p>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user