Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EOEFANS 防火墙质询</title>
</head>
<style>
* {
box-sizing: border-box;
}
main {
width: 100%;
height: 80vh;
box-sizing: border-box;
padding: 40px;
}
.item {
margin: 10px 20px;
height: 150px;
}
.check-box {
margin: 10px 20px;
min-height: 300px;
display: flex;
align-items: center;
justify-content: center;
}
</style>
<body>
<main>
<section class="item">
<h2>服务端错误——5XX</h2>
<div>
您的IP为: ::CLIENT_IP::
<br />
RAY_ID为: ::RAY_ID::
</div>
</section>
<div class="check-box">::CLOUDFLARE_ERROR_500S_BOX::</div>
</main>
</body>
</html>