-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
343 lines (326 loc) · 17 KB
/
index.html
File metadata and controls
343 lines (326 loc) · 17 KB
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DNS Changer - Access Blocked Websites</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
<style>
.gradient-bg {
background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.3);
}
.connection-active {
background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}
.connection-inactive {
background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}
</style>
</head>
<body class="bg-gray-900 min-h-screen">
<nav class="bg-gray-800 shadow-lg sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center h-16">
<div class="flex items-center space-x-4">
<i data-feather="globe" class="text-purple-400 w-8 h-8"></i>
<span class="text-xl font-bold text-white">DNS Changer - by ALIILAPRO</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#features" class="text-gray-300 hover:text-purple-400 transition-colors">Features</a>
<a href="#how-to-use" class="text-gray-300 hover:text-purple-400 transition-colors">How to Use</a>
<a href="#servers" class="text-gray-300 hover:text-purple-400 transition-colors">DNS Servers</a>
<a href="#screenshot" class="text-gray-300 hover:text-purple-400 transition-colors">Screenshot</a>
</div>
<div class="flex items-center space-x-4">
<button class="bg-purple-600 text-white px-6 py-2 rounded-lg hover:bg-purple-700 transition-colors">
Download Now
</button>
<div class="md:hidden">
<i data-feather="menu" class="w-6 h-6 text-white"></i>
</div>
</div>
</div>
</div>
</nav>
<div id="vanta-background" class="gradient-bg text-white py-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h1 class="text-5xl md:text-6xl font-bold mb-6">
Break Through Digital Barriers
</h1>
<p class="text-xl md:text-2xl mb-8 opacity-90">
A simple yet powerful DNS changer to access blocked websites and improve your internet experience
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<button class="bg-purple-600 text-white px-8 py-4 rounded-lg font-semibold text-lg hover:bg-purple-700 transition-colors">
<i data-feather="download" class="inline w-5 h-5 mr-2"></i>
Download DNS Changer
</button>
<button class="border-2 border-gray-300 text-white px-8 py-4 rounded-lg font-semibold text-lg hover:bg-gray-800 transition-colors">
View on GitHub
</button>
</div>
</div>
</div>
</div>
<section id="features" class="py-20 bg-gray-800">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-white mb-4">Why Choose DNS Freedom Flow?</h2>
<p class="text-xl text-gray-300 max-w-3xl mx-auto">
Experience seamless internet access with our carefully curated DNS servers
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="card-hover bg-gray-700 p-8 rounded-xl border border-gray-600">
<i data-feather="shield" class="w-12 h-12 text-purple-400 mb-4"></i>
<h3 class="text-2xl font-semibold text-white mb-4">Enhanced Security</h3>
<p class="text-gray-300">Protect your online activities with reliable DNS servers that prioritize your privacy and security.</p>
</div>
<div class="card-hover bg-gray-700 p-8 rounded-xl border border-gray-600">
<i data-feather="zap" class="w-12 h-12 text-purple-400 mb-4"></i>
<h3 class="text-2xl font-semibold text-white mb-4">Faster Speeds</h3>
<p class="text-gray-300">Optimized DNS servers can significantly improve your browsing speed and reduce latency.</p>
</div>
<div class="card-hover bg-gray-700 p-8 rounded-xl border border-gray-600">
<i data-feather="unlock" class="w-12 h-12 text-purple-400 mb-4"></i>
<h3 class="text-2xl font-semibold text-white mb-4">Access Everything</h3>
<p class="text-gray-300">Bypass regional restrictions and access your favorite websites and services without limitations.</p>
</div>
</div>
</div>
</section>
<section id="how-to-use" class="py-20 bg-gray-900">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-white mb-4">Simple Setup, Instant Results</h2>
</div>
<div class="grid md:grid-cols-4 gap-8">
<div class="text-center">
<div class="bg-purple-900 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<span class="text-purple-400 font-bold text-xl">1</span>
</div>
<h3 class="text-xl font-semibold text-white mb-2">Download</h3>
<p class="text-gray-300">Get the latest version from our GitHub releases</p>
</div>
<div class="text-center">
<div class="bg-purple-900 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<span class="text-purple-400 font-bold text-xl">2</span>
</div>
<h3 class="text-xl font-semibold text-white mb-2">Choose DNS</h3>
<p class="text-gray-300">Select from our curated list of reliable DNS servers</p>
</div>
<div class="text-center">
<div class="bg-purple-900 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<span class="text-purple-400 font-bold text-xl">3</span>
</div>
<h3 class="text-xl font-semibold text-white mb-2">Connect</h3>
<p class="text-gray-300">Click connect and enjoy unrestricted internet access</p>
</div>
<div class="text-center">
<div class="bg-purple-900 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<span class="text-purple-400 font-bold text-xl">4</span>
</div>
<h3 class="text-xl font-semibold text-white mb-2">Disconnect</h3>
<p class="text-gray-300">Revert to original settings anytime with one click</p>
</div>
</div>
</div>
</section>
<section id="servers" class="py-20 bg-gray-800">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-white mb-4">Trusted DNS Servers</h2>
<p class="text-xl text-gray-300">Carefully selected for reliability and performance</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="card-hover bg-gradient-to-br from-purple-900/50 to-blue-900/50 p-6 rounded-xl border border-purple-700">
<h3 class="text-xl font-semibold text-white mb-4">Shecan DNS</h3>
<div class="space-y-2">
<div class="flex items-center text-gray-300">
<i data-feather="server" class="w-4 h-4 mr-2 text-purple-400"></i>
<span>178.22.122.100</span>
</div>
<div class="flex items-center text-gray-300">
<i data-feather="server" class="w-4 h-4 mr-2 text-purple-400"></i>
<span>185.51.200.2</span>
</div>
</div>
</div>
<div class="card-hover bg-gradient-to-br from-green-900/50 to-emerald-900/50 p-6 rounded-xl border border-green-700">
<h3 class="text-xl font-semibold text-white mb-4">Begzar DNS</h3>
<div class="space-y-2">
<div class="flex items-center text-gray-300">
<i data-feather="server" class="w-4 h-4 mr-2 text-green-400"></i>
<span>185.55.225.25</span>
</div>
<div class="flex items-center text-gray-300">
<i data-feather="server" class="w-4 h-4 mr-2 text-green-400"></i>
<span>185.55.226.26</span>
</div>
</div>
</div>
<div class="card-hover bg-gradient-to-br from-blue-900/50 to-cyan-900/50 p-6 rounded-xl border border-blue-700">
<h3 class="text-xl font-semibold text-white mb-4">403 DNS</h3>
<div class="space-y-2">
<div class="flex items-center text-gray-300">
<i data-feather="server" class="w-4 h-4 mr-2 text-blue-400"></i>
<span>10.202.10.202</span>
</div>
<div class="flex items-center text-gray-300">
<i data-feather="server" class="w-4 h-4 mr-2 text-blue-400"></i>
<span>10.202.10.102</span>
</div>
</div>
</div>
<div class="card-hover bg-gradient-to-br from-orange-900/50 to-amber-900/50 p-6 rounded-xl border border-orange-700">
<h3 class="text-xl font-semibold text-white mb-4">Radar DNS</h3>
<div class="space-y-2">
<div class="flex items-center text-gray-300">
<i data-feather="server" class="w-4 h-4 mr-2 text-orange-400"></i>
<span>10.202.10.10</span>
</div>
<div class="flex items-center text-gray-300">
<i data-feather="server" class="w-4 h-4 mr-2 text-orange-400"></i>
<span>10.202.10.11</span>
</div>
</div>
</div>
<div class="card-hover bg-gradient-to-br from-red-900/50 to-pink-900/50 p-6 rounded-xl border border-red-700">
<h3 class="text-xl font-semibold text-white mb-4">Electro DNS</h3>
<div class="space-y-2">
<div class="flex items-center text-gray-300">
<i data-feather="server" class="w-4 h-4 mr-2 text-red-400"></i>
<span>78.157.42.100</span>
</div>
<div class="flex items-center text-gray-300">
<i data-feather="server" class="w-4 h-4 mr-2 text-red-400"></i>
<span>78.157.42.101</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="screenshot" class="py-20 bg-gray-900">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-white mb-4">Clean & Intuitive Interface</h2>
</div>
<div class="max-w-4xl mx-auto">
<div class="bg-gray-800 rounded-xl shadow-lg overflow-hidden">
<img src="https://github.com/ALIILAPRO/dns-changer/raw/master/ScreenShot/pic.JPG"
alt="DNS Changer Application Interface"
class="w-full h-auto">
</div>
</div>
</div>
</section>
<section class="py-20 gradient-bg text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-4xl font-bold mb-6">Ready to Unlock the Internet?</h2>
<p class="text-xl mb-8 opacity-90">
To purchase DNS, you can use the link below.
</p>
<button class="bg-purple-600 text-white px-12 py-4 rounded-lg font-semibold text-lg hover:bg-purple-700 transition-colors">
www.sheltertm.com
</button>
</div>
</div>
</section>
<footer class="bg-gray-800 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-4 gap-8">
<div>
<h3 class="text-lg font-semibold mb-4">DNS Changer</h3>
<p class="text-gray-400">Breaking digital barriers one DNS at a time</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Developer</h3>
<p class="text-gray-400">Created by ALIILAPRO</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">License</h3>
<p class="text-gray-400">GPL-3.0</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Connect</h3>
<div class="flex space-x-4">
<i data-feather="github" class="w-5 h-5 text-gray-400 hover:text-white cursor-pointer"></i>
</div>
</div>
</div>
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400">
<p>© 2020 - 2025 DNS Changer - by ALIILAPRO. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<script>
VANTA.GLOBE({
el: "#vanta-background",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x4f46e5,
backgroundColor: 0x0f172a
});
feather.replace();
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
if (target) {
target.scrollIntoView({
behavior: 'smooth',
block: 'start'
});
}
});
});
document.querySelectorAll('button').forEach(button => {
if (button.textContent.includes('Download')) {
button.addEventListener('click', function() {
window.open('https://github.com/ALIILAPRO/dns-changer/releases/download/v1.7.0/DNSChange.by.aliilapro.v1_7_0.exe', '_blank');
});
}
});
document.querySelectorAll('button').forEach(button => {
if (button.textContent.includes('View on GitHub')) {
button.addEventListener('click', function() {
window.open('https://github.com/ALIILAPRO/dns-changer', '_blank');
});
}
});
document.querySelectorAll('button').forEach(button => {
if (button.textContent.includes('Connect')) {
button.addEventListener('click', function() {
window.open('https://github.com/ALIILAPRO/dns-changer', '_blank');
});
}
});
document.querySelectorAll('button').forEach(button => {
if (button.textContent.includes('www.sheltertm.com')) {
button.addEventListener('click', function() {
window.open('https://www.sheltertm.com/', '_blank');
});
}
});
</script>
</body>
</html>