File size: 7,592 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<html lang="en">

<!-- Mirrored from es-teams-database2025.onrender.com/ai by HTTrack Website Copier/3.x [XR&CO'2017], Fri, 14 Feb 2025 22:34:47 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 {
            display: flex;
            flex-direction: column;
            align-items: center;
            background: url('../files.catbox.moe/n7a0v4.jpg') no-repeat center center;
            background-size: cover;
            min-height: 100vh;
            margin: 0;
            font-family: 'Arial', sans-serif;
            color: #fff;
            overflow-y: auto;
            padding: 20px;
        }

        .scroll-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
            background-color: green;
            border: none;
            border-radius: 50%;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
        }

        .scroll-btn::before {
            content: "โ–ผ";
            font-size: 24px;
            color: white;
        }

        .hidden {
            opacity: 0;
            pointer-events: none;
            transform: scale(0.8);
        }

        .section {
            background-color: rgba(0, 0, 0, 0.8);
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
            margin: 20px 0;
            width: 100%;
            max-width: 600px;
        }

        .section h2 {
            font-size: 2rem;
            color: #f0f0f0;
            text-transform: uppercase;
            margin-bottom: 20px;
            letter-spacing: 0.1em;
            text-align: center;
            border-bottom: 2px solid #fff;
            padding-bottom: 10px;
        }

        .buttons-container {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .button {
            width: 100%;
            padding: 10px 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;
        }

        .button:active {
            transform: scale(0.9);
            background: linear-gradient(145deg, #ff0000, #8b0000);
            box-shadow: 0 0 20px #ff0000, 0 0 40px #ff0000;
        }

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

        .red-dot {
            position: absolute;
            width: 5px;
            height: 5px;
            background-color: red;
            border-radius: 50%;
            top: -10px;
            animation: fall 1.5s linear infinite;
        }

        @keyframes fall {
            0% {
                transform: translateY(-10px);
            }
            100% {
                transform: translateY(110vh);
            }
        }
    </style>
</head>
<body>
    <!-- Whatsapp Channel Section -->
    <div class="section">
      <h2>๐—ฆ๐—ข๐—–๐—œ๐—”๐—Ÿ ๐—–๐—›๐—”๐—ก๐—ก๐—˜๐—Ÿ๐—ฆ</h2>
      <div class="buttons-container">
        <button class="button" onclick="window.location.href='../external.html?link=https://whatsapp.com/channel/0029Vaj1vKSK5cDDT4tVvY1y'">WHATSAPP CHANNEL</button>
        <button class="button" onclick="window.location.href='../external.html?link=https://t.me/esteam24'">TELEGRAM CHANNEL</button>
       <button class="button" onclick="window.location.href='../external.html?link=https://youtube.com/@esteams'">YOUTUBE CHANNEL</button>
       <button class="button" onclick="location.href='index-2.html'">BACK</button>
      </div>
    </div>

    <!-- Personal Ai Section -->
    <div class="section">
      <h2>๐—œ๐—ก ๐—•๐—จ๐—œ๐—Ÿ๐—ง ๐—”๐—œ</h2>
      <div class="buttons-container">
        <button class="button" onclick="location.href='esteams-ai.html'">ES TEAMS AI</button>
        <button class="button" onclick="location.href='esteams-ai-lock.html'">ES TEAMS AI +</button>
        <button class="button" onclick="location.href='index-2.html'">BACK</button>
      </div>
    </div>

     <!-- Others Section -->
    <div class="section">
      <h2>๐—ข๐—ง๐—›๐—˜๐—ฅ๐—ฆ</h2>
      <div class="buttons-container">
        <button class="button" onclick="window.location.href='../external.html?link=https://wa.me/18002428478'">CHAT GPT</button>
       <button class="button" onclick="location.href='copilot-lock.html'">MICROSOFT COPILOT</button>
        <button class="button" onclick="window.location.href='../external.html?link=https://wa.me/13135550002'">META AI</button>
       <button class="button" onclick="location.href='shmooz-ai-lock.html'">SHMOOZ AI</button>
       <button class="button" onclick="location.href='index-2.html'">BACK</button>
      </div>
    </div>
    <button class="scroll-btn" id="scrollBtn"></button>

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

    <script>
        for (let i = 0; i < 100; i++) {
            const dot = document.createElement('div');
            dot.classList.add('red-dot');
            dot.style.left = Math.random() * 100 + 'vw';
            dot.style.animationDelay = Math.random() * 1.5 + 's';
            dot.style.opacity = Math.random();
            document.body.appendChild(dot);
        }

        function closeBrowser() {
            try {
                window.open('', '_self');
                window.close();
            } catch (e) {
                alert('Cannot close this tab automatically. Please close it manually.');
            }
        }

        // Scroll button behavior
        const scrollBtn = document.getElementById("scrollBtn");

        // Scroll down function
        scrollBtn.addEventListener("click", () => {
            window.scrollTo({ top: document.body.scrollHeight, behavior: "smooth" });
        });

        window.addEventListener("scroll", () => {
            const scrollPosition = window.innerHeight + window.scrollY;
            const pageHeight = document.documentElement.scrollHeight - 10;

            if (scrollPosition >= pageHeight) {
                scrollBtn.classList.add("hidden"); // Hide button when fully scrolled
            } else {
                scrollBtn.classList.remove("hidden"); // Show when scrolling up
            }
        });
    </script>
</body>

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