File size: 5,142 Bytes
8aeb522
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
  
<!-- Mirrored from es-teams-database2025.onrender.com/premium by HTTrack Website Copier/3.x [XR&CO'2017], Fri, 14 Feb 2025 22:34:37 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<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>๐—˜๐—ฆ ๐—ง๐—˜๐—”๐— ๐—ฆ ๐—ฃ๐—ฅ๐—˜๐— ๐—œ๐—จ๐— </title>
    <meta property="og:image" content="../files.catbox.moe/n7a0v4.jpg">
    <meta property="og:title" content="๐—˜๐—ฆ ๐—ง๐—˜๐—”๐— ๐—ฆ ๐—ฃ๐—ฅ๐—˜๐— ๐—œ๐—จ๐— ">
    <style>
      /* Body styles */
      body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: url('../files.catbox.moe/n7a0v4.jpg') no-repeat center center;
        background-size: cover;
        height: 100vh;
        margin: 0;
        font-family: 'Arial', sans-serif;
        color: #fff;
        overflow: hidden;
        padding: 20px;
        position: relative;
      }

      /* Updated heading styles (no animation) */
      h1 {
        font-size: 3rem;
        text-align: center;
        margin-bottom: 30px;
        color: #fff;
        text-transform: uppercase;
      }

      /* Button container */
      .buttons-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
      }

      /* Button styles */
      .button {
        width: 200px;
        padding: 15px 20px;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 1rem;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        background: linear-gradient(145deg, #282828, #383838);
        border-radius: 10px;
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.8), inset -2px -2px 5px rgba(255, 255, 255, 0.1);
        transition: all 0.2s ease-in-out;
        position: relative;
        overflow: hidden;
        text-align: center;
      }

      .button:hover {
        background: linear-gradient(145deg, #ff4500, #ff6347);
        box-shadow: 0 0 20px #ff4500, 0 0 40px #ff6347;
      }

      /* Footer styles */
      footer {
        text-align: center;
        font-size: 0.9rem;
        color: #888;
        margin-top: 20px;
      }

      /* Red dots animation */
      .dot {
        position: absolute;
        background-color: red;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        animation: drop 1.5s infinite linear;
      }

      @keyframes drop {
        0% {
          top: -10px;
          left: calc(100% * var(--random-x));
        }
        100% {
          top: 100vh;
        }
      }

      /* Generate multiple red dots */
      .dot:nth-child(1) { animation-duration: 2s; --random-x: 0.1; }
      .dot:nth-child(2) { animation-duration: 2.5s; --random-x: 0.25; }
      .dot:nth-child(3) { animation-duration: 3s; --random-x: 0.4; }
      .dot:nth-child(4) { animation-duration: 3.5s; --random-x: 0.5; }
      .dot:nth-child(5) { animation-duration: 4s; --random-x: 0.7; }
      .dot:nth-child(6) { animation-duration: 4.5s; --random-x: 0.8; }
      .dot:nth-child(7) { animation-duration: 5s; --random-x: 0.9; }
    </style>
  </head>
  <body>
    <!-- Heading -->
    <h1>๐—˜๐—ฆ ๐—ง๐—˜๐—”๐— ๐—ฆ ๐—ฃ๐—ฅ๐—˜๐— ๐—œ๐—จ๐— </h1>

    <!-- Buttons for premium apps -->
    <div class="buttons-container">
      <button class="button" onclick="location.href='../external.html?link=https://t.me/esteam24/1220?single'">GTA 5 SERIES</button>
      <button class="button" onclick="location.href='../external.html?link=https://t.me/esteam24/1216'">VIRTUAL NUMBER</button>
      <button class="button" onclick="location.href='../external.html?link=https://t.me/esteam24/1215'">MOVIE APP</button>
      <button class="button" onclick="location.href='../external.html?link=https://t.me/esteam24/1186'">FAKE TRANSFER</button>
      <button class="button" onclick="location.href='../external.html?link=https://t.me/esteam24/1256'">WA DARK SPY</button>
      <button class="button" onclick="location.href='../external.html?link=https://t.me/esteam24/1146'">NETFLIX</button>
<button class="button" onclick="location.href='index-2.html'">BACK</button>
    </div>

    <!-- Footer -->
    <footer>
      <p>๐—˜๐—ฆ ๐—ง๐—˜๐—”๐— ๐—ฆ ๐—ง๐—˜๐—–๐—›ยฎ</p>
    </footer>

    <!-- Red dots falling -->
    <div class="dot" style="top: 0; left: 30%;"></div>
    <div class="dot" style="top: 0; left: 50%;"></div>
    <div class="dot" style="top: 0; left: 70%;"></div>
    <div class="dot" style="top: 0; left: 10%;"></div>
    <div class="dot" style="top: 0; left: 90%;"></div>
    <div class="dot" style="top: 0; left: 20%;"></div>
    <div class="dot" style="top: 0; left: 80%;"></div>
  </body>

<!-- Mirrored from es-teams-database2025.onrender.com/premium by HTTrack Website Copier/3.x [XR&CO'2017], Fri, 14 Feb 2025 22:34:37 GMT -->
</html>