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
@kazami139
Latest commit 1bc9c97 Feb 27, 2023 History
1 contributor

Users who have contributed to this file

44 lines (44 sloc) 986 Bytes
<!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>服务不可用/当前维护中 </h2>
<div>
您的IP为: ::CLIENT_IP::
<br />
RAY_ID为: ::RAY_ID::
</div>
</section>
<div class="check-box">::ALWAYS_ONLINE_NO_COPY_BOX::</div>
</main>
</body>
</html>