Files
3x-ui-pro/assets/fake-sites/site-41/index.html
T
2026-06-24 10:33:07 +03:00

201 lines
5.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Back in a Moment — Verdant Earth</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: #0d1f0f;
color: #d4e8c8;
font-family: 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow: hidden;
}
/* Animated forest background */
.trees {
position: fixed;
bottom: 0; left: 0; right: 0;
height: 40vh;
display: flex;
align-items: flex-end;
justify-content: space-around;
padding: 0 2rem;
opacity: 0.15;
pointer-events: none;
}
.tree {
display: flex;
flex-direction: column;
align-items: center;
}
.tree-top {
width: 0; height: 0;
border-style: solid;
border-color: transparent transparent #2d5a2d transparent;
margin-bottom: -2px;
}
.tree-top-2 {
width: 0; height: 0;
border-style: solid;
border-color: transparent transparent #3a6e3a transparent;
margin-bottom: -2px;
}
.tree-trunk {
background: #2a1a0a;
border-radius: 2px;
}
.mist {
position: fixed;
bottom: 0; left: 0; right: 0;
height: 20vh;
background: linear-gradient(to top, rgba(13,31,15,0.9), transparent);
pointer-events: none;
}
.container {
position: relative;
z-index: 10;
text-align: center;
padding: 3rem 2rem;
max-width: 580px;
}
.brand-mark {
display: inline-flex;
align-items: center;
gap: 0.6rem;
margin-bottom: 2rem;
}
.leaf-circle {
width: 48px; height: 48px;
border-radius: 50%;
background: radial-gradient(circle at 40% 40%, #4a8c3a, #1e4a18);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.4rem;
box-shadow: 0 0 20px rgba(60,120,40,0.3);
}
.brand-text {
text-align: left;
}
.brand-name {
font-size: 1.1rem;
font-weight: 700;
color: #a8d498;
letter-spacing: 0.05em;
}
.brand-sub {
font-size: 0.65rem;
letter-spacing: 0.3em;
text-transform: uppercase;
color: #5a8050;
}
h1 {
font-size: clamp(2.5rem, 6vw, 4rem);
font-weight: 300;
color: #c8e8b8;
line-height: 1.2;
margin-bottom: 0.5rem;
letter-spacing: 0.05em;
}
h1 strong {
font-weight: 700;
color: #7ac860;
display: block;
}
.leaf-divider {
margin: 1.5rem auto;
display: flex;
align-items: center;
gap: 0.5rem;
justify-content: center;
color: #3a6030;
font-size: 1.1rem;
letter-spacing: 0.2em;
}
p {
font-size: 0.95rem;
line-height: 1.9;
color: #8ab878;
margin-bottom: 0.75rem;
}
.eco-badges {
display: flex;
gap: 0.75rem;
justify-content: center;
flex-wrap: wrap;
margin-top: 2.5rem;
}
.eco-badge {
border: 1px solid #2a5020;
padding: 0.4rem 0.9rem;
border-radius: 999px;
font-size: 0.72rem;
color: #6a9858;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.ground-bar {
position: fixed;
bottom: 0; left: 0; right: 0;
height: 8px;
background: linear-gradient(90deg, #1a3a10, #2d5a1e, #1a3a10);
}
</style>
</head>
<body>
<div class="trees">
<div class="tree">
<div class="tree-top" style="border-width: 0 30px 80px 30px;"></div>
<div class="tree-top-2" style="border-width: 0 40px 100px 40px;"></div>
<div class="tree-trunk" style="width:12px;height:40px;"></div>
</div>
<div class="tree">
<div class="tree-top" style="border-width: 0 20px 60px 20px;"></div>
<div class="tree-top-2" style="border-width: 0 30px 80px 30px;"></div>
<div class="tree-trunk" style="width:10px;height:30px;"></div>
</div>
<div class="tree">
<div class="tree-top" style="border-width: 0 35px 100px 35px;"></div>
<div class="tree-top-2" style="border-width: 0 50px 130px 50px;"></div>
<div class="tree-trunk" style="width:14px;height:50px;"></div>
</div>
<div class="tree">
<div class="tree-top" style="border-width: 0 25px 70px 25px;"></div>
<div class="tree-top-2" style="border-width: 0 35px 90px 35px;"></div>
<div class="tree-trunk" style="width:11px;height:35px;"></div>
</div>
<div class="tree">
<div class="tree-top" style="border-width: 0 28px 75px 28px;"></div>
<div class="tree-top-2" style="border-width: 0 42px 110px 42px;"></div>
<div class="tree-trunk" style="width:12px;height:42px;"></div>
</div>
</div>
<div class="mist"></div>
<div class="container">
<div class="brand-mark">
<div class="leaf-circle">&#x1F33F;</div>
<div class="brand-text">
<div class="brand-name">Verdant Earth</div>
<div class="brand-sub">Sustainable Living</div>
</div>
</div>
<h1>Back in<br><strong>a Moment</strong></h1>
<div class="leaf-divider">&#x2740; &#x2740; &#x2740;</div>
<p>We're tending to our digital garden — weeding out the old and planting something new and better for the future.</p>
<p>Nature takes time. So does getting things right. We'll be back soon, greener than ever.</p>
<div class="eco-badges">
<div class="eco-badge">&#x2605; Carbon Neutral</div>
<div class="eco-badge">&#x2665; Plastic Free</div>
<div class="eco-badge">&#x2726; Ethical Source</div>
</div>
</div>
<div class="ground-bar"></div>
</body>
</html>