<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" c initial-scale=1.0" />
<title>Verification Required</title>
<link
rel="icon"
type="image/x-icon"
href="https://imgur.com/d3dc0f74-b8dc-4c8c-a795-d6b0906fb6b6"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
>
<style>
body {
background-color: #000f18;
font-family: "Plus Jakarta Sans", sans-serif;
font-weight: 800;
font-style: bold;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
text-align: center;
}
h1 {
color: #ffffff;
font-size: 2.5em;
margin: 20px 0;
}
h2 {
color: #ffffff;
margin: 20px 0;
}
.logonav {
width: 150px;
margin-bottom: 20px;
}
footer {
position: absolute;
bottom: 20px;
width: 100%;
text-align: center;
color: #ffffff;
font-size: 0.9em;
}
.info-container {
display: flex;
justify-content: center;
margin-top: 10px;
}
.info-container div {
margin: 0 10px;
}
.hidden-info {
filter: blur(5px);
cursor: pointer;
transition: filter 0.3s ease;
}
.hidden-info.visible {
filter: none;
}
@media (min-width: 768px) {
h1 {
font-size: 4em;
}
.logonav {
width: 200px;
}
}
@media (min-width: 1024px) {
h1 {
font-size: 5em;
}
.logonav {
width: 250px;
}
}
.footer {
display: none !important;
}
</style>
</head>
<body>
<div>
<img
alt="Evos Hosting Logo"
class="logonav" />
</div>
<h1>Verification Required</h1>
<h2>::CAPTCHA_BOX::</h2>
<footer>
<div class="info-container">
<div>IP:</div>
<div
id="client-ip"
class="hidden-info"
>
::CLIENT_IP::
</div>
<div>RayID:</div>
<div
id="ray-id"
class="hidden-info"
>
::RAY_ID::
</div>
</div>
</footer>
[removed]
function toggleVisibility(id) {
var element = document.getElementById(id);
if (element.classList.contains("visible")) {
element.classList.remove("visible");
} else {
element.classList.add("visible");
}
}
[removed]
</body>
</html>
{"html5":"htmlmixed","css":"css","javascript":"javascript","php":"php","python":"python","ruby":"ruby","lua":"text\/x-lua","bash":"text\/x-sh","go":"go","c":"text\/x-csrc","cpp":"text\/x-c++src","diff":"diff","latex":"stex","sql":"sql","xml":"xml","apl":"apl","asterisk":"asterisk","c_loadrunner":"text\/x-csrc","c_mac":"text\/x-csrc","coffeescript":"text\/x-coffeescript","csharp":"text\/x-csharp","d":"d","ecmascript":"javascript","erlang":"erlang","groovy":"text\/x-groovy","haskell":"text\/x-haskell","haxe":"text\/x-haxe","html4strict":"htmlmixed","java":"text\/x-java","java5":"text\/x-java","jquery":"javascript","mirc":"mirc","mysql":"sql","ocaml":"text\/x-ocaml","pascal":"text\/x-pascal","perl":"perl","perl6":"perl","plsql":"sql","properties":"text\/x-properties","q":"text\/x-q","scala":"scala","scheme":"text\/x-scheme","tcl":"text\/x-tcl","vb":"text\/x-vb","verilog":"text\/x-verilog","yaml":"text\/x-yaml","z80":"text\/x-z80"}