-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
388 lines (352 loc) · 16.2 KB
/
Copy pathindex.html
File metadata and controls
388 lines (352 loc) · 16.2 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
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<!-- Basic Meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="3; url=hiddify://import/https://github.com/sinavm/Hiddify/raw/refs/heads/main/@sinavm#@𝗦𝗶𝗡𝗔𝗩𝗠👈🏻|Hiddify">
<!-- SEO Meta -->
<title>کانفیگ هیدیفای رایگان - SiNAVM | سینا وی ام</title>
<meta name="description" content="کانفیگهای رایگان هیدیفای (Hiddify) با بروزرسانی خودکار از کانال تلگرام SiNAVM. دسترسی امن و سریع به اینترنت بدون محدودیت. سینا وی ام، سیناوی ام، فیلترشکن رایگان.">
<meta name="keywords" content="سینا وی ام, سیناوی ام, SiNAVM, هیدیفای, Hiddify, کانفیگ رایگان, فیلترشکن, VPN رایگان, V2Ray, Sing-box">
<meta name="robots" content="index, follow">
<meta name="author" content="Sina (sinavm)">
<link rel="canonical" href="https://sinavm.github.io/Hiddify/">
<!-- Open Graph -->
<meta property="og:title" content="کانفیگ هیدیفای رایگان - SiNAVM">
<meta property="og:description" content="کانفیگهای رایگان و بهروز هیدیفای از توسعهدهنده مستقل سینا. بدون جمعآوری داده، متنباز و امن.">
<meta property="og:image" content="https://sinavm.github.io/sinavm/logo/sinavm_logo.jpg">
<meta property="og:url" content="https://sinavm.github.io/Hiddify/">
<meta property="og:type" content="website">
<!-- Favicon -->
<link rel="icon" href="https://sinavm.github.io/sinavm/logo/sinavm_logo.jpg" type="image/jpeg">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;700&display=swap" rel="stylesheet">
<!-- CSS -->
<style>
:root {
--clr-bg: #0d0d0d;
--clr-bg-alt: #121212;
--clr-text: #ffffff;
--clr-accent: #00d9ff;
--clr-gold: #ffcc00;
--clr-github: #9b59b6;
--clr-android: #00cc00;
--clr-iphone: #1e90ff;
--clr-windows: #6a0dad;
--clr-mac: #ff8c00;
--clr-vip: #ffd700;
--radius: 12px;
--transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
--shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.3);
--shadow-md: 0 8px 30px rgba(0, 0, 0, 0.5);
--shadow-glow: 0 0 20px rgba(0, 217, 255, 0.6);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: 'Vazirmatn', Tahoma, sans-serif;
background: linear-gradient(135deg, var(--clr-bg), var(--clr-bg-alt));
color: var(--clr-text);
min-height: 100vh;
display: flex;
flex-direction: column;
overflow-x: hidden;
line-height: 1.6;
position: relative;
}
a { text-decoration: none; color: inherit; }
header, main, aside, footer { padding: 1rem; }
header { text-align: center; }
main { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.5rem; }
aside { position: fixed; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 1rem; z-index: 10; }
.aside-left { left: 1rem; }
.aside-right { right: 1rem; align-items: flex-end; }
.logo {
width: 80px; height: 80px;
border-radius: 50%;
border: 3px solid #fff;
object-fit: cover;
box-shadow: var(--shadow-sm);
opacity: 0;
animation: fadeUp 0.8s forwards 0.3s;
}
.title {
font-size: 1.75rem;
font-weight: 700;
opacity: 0;
animation: fadeUp 0.8s forwards 0.5s;
}
.subtitle {
font-size: 1.1rem;
color: var(--clr-gold);
opacity: 0;
animation: fadeUp 0.8s forwards 0.7s;
}
.separator {
width: 60%; height: 2px;
background: linear-gradient(90deg, transparent, #fff, transparent);
margin: 1rem 0;
opacity: 0;
animation: fadeUp 0.8s forwards 0.9s;
}
.status, .info {
opacity: 0;
animation: fadeUp 0.8s forwards;
}
.status { font-size: 1.35rem; animation-delay: 1s; }
.info { font-size: 1rem; animation-delay: 1.2s; }
.import-btn {
display: inline-block;
background: linear-gradient(45deg, var(--clr-accent), #00b7eb);
color: #fff;
font-weight: 600;
font-size: 1.3rem;
padding: 0.9rem 2rem;
border-radius: var(--radius);
box-shadow: var(--shadow-glow);
transition: var(--transition);
opacity: 0;
animation: fadeUp 0.8s forwards 1.4s;
cursor: pointer;
}
.import-btn:hover {
transform: translateY(-4px) scale(1.05);
box-shadow: 0 0 30px rgba(0, 217, 255, 0.9);
text-shadow: 0 0 15px #fff;
}
/* Toast Notification */
.toast {
position: fixed;
bottom: 2rem;
left: 50%;
transform: translateX(-50%) translateY(100px);
background: rgba(0, 0, 0, 0.9);
color: #0f0;
padding: 1rem 2rem;
border-radius: var(--radius);
font-weight: 600;
box-shadow: 0 0 20px rgba(0, 255, 0, 0.4);
opacity: 0;
visibility: hidden;
transition: all 0.5s ease;
z-index: 1000;
display: flex;
align-items: center;
gap: 0.5rem;
}
.toast.show {
opacity: 1;
visibility: visible;
transform: translateX(-50%) translateY(0);
}
.toast::before {
content: '✓';
font-size: 1.2rem;
}
/* Sidebar Boxes */
.box {
min-width: 140px;
padding: 0.8rem 1rem;
border-radius: var(--radius);
font-weight: 600;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
transition: var(--transition);
box-shadow: var(--shadow-sm);
background-size: 200% 200%;
animation: gradientShift 4s ease infinite;
}
.box img { width: 24px; height: 24px; }
.box:hover { transform: scale(1.1) rotate(3deg); box-shadow: var(--shadow-md); }
.telegram-box { background: linear-gradient(135deg, #00d9ff, #0088cc); }
.github-box { background: linear-gradient(135deg, #9b59b6, #6e5494); }
.visit-box { background: rgba(0,0,0,0.5); font-size: 0.9rem; animation: pulse 3s infinite; }
/* Install Dropdown */
.install-wrapper { position: relative; }
.install-box {
background: linear-gradient(135deg, #ff4500, #ff8c00);
cursor: pointer;
}
.install-dropdown {
position: absolute;
top: 100%; right: 0;
background: rgba(255,255,255,0.08);
backdrop-filter: blur(10px);
border-radius: var(--radius);
padding: 0.8rem;
display: none;
flex-direction: column;
gap: 0.6rem;
min-width: 160px;
box-shadow: var(--shadow-md);
z-index: 100;
}
.install-dropdown.show { display: flex; animation: slideDown 0.4s ease; }
.install-link {
padding: 0.7rem 1rem;
border-radius: var(--radius);
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
transition: var(--transition);
color: #fff;
}
.install-link img { width: 22px; height: 22px; }
.install-link.android { background: linear-gradient(135deg, var(--clr-android), #009900); }
.install-link.iphone { background: linear-gradient(135deg, var(--clr-iphone), #00b7eb); }
.install-link.windows { background: linear-gradient(135deg, var(--clr-windows), #4b0082); }
.install-link.mac { background: linear-gradient(135deg, var(--clr-mac), #ff4500); }
.install-link:hover { transform: translateX(-4px); box-shadow: 0 0 20px rgba(255,255,255,0.4); }
/* VIP Button - New */
.vip-box {
background: linear-gradient(135deg, #ffd700, #ff8c00, #c71585);
background-size: 200% 200%;
animation: gradientShift 3s ease infinite;
cursor: pointer;
}
footer {
text-align: center;
font-size: 0.9rem;
color: #aaa;
padding-bottom: 2rem;
}
footer a { color: var(--clr-gold); margin: 0 0.5rem; }
footer a:hover { text-decoration: underline; }
@keyframes fadeUp {
to { opacity: 1; transform: translateY(0); }
}
@keyframes gradientShift {
0%, 100% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
}
@keyframes pulse {
0%, 100% { opacity: 0.8; }
50% { opacity: 1; }
}
@keyframes slideDown {
from { opacity: 0; transform: translateY(-10px); }
to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
.title { font-size: 1.5rem; }
.logo { width: 60px; height: 60px; }
.box, .install-link { min-width: 120px; font-size: 0.9rem; padding: 0.6rem; }
.import-btn { font-size: 1.1rem; padding: 0.8rem 1.5rem; }
.aside-left, .aside-right { position: static; transform: none; flex-direction: row; justify-content: center; gap: 1rem; }
.install-dropdown { position: static; margin-top: 0.5rem; }
}
@media (max-width: 480px) {
.title { font-size: 1.3rem; }
.logo { width: 50px; height: 50px; }
.box, .install-link { min-width: 100px; font-size: 0.8rem; }
.import-btn { font-size: 1rem; }
footer { font-size: 0.8rem; }
}
</style>
</head>
<body>
<header>
<img class="logo" src="https://sinavm.github.io/sinavm/logo/sinavm_logo.jpg" alt="لوگو SiNAVM - توسعهدهنده مستقل سینا">
<h1 class="title">کانال تلگرامی <a href="https://t.me/sinavm" target="_blank" aria-label="کانال تلگرام SiNAVM">SiNAVM</a></h1>
<p class="subtitle">کانفیگ رایگان هیدیفای - <strong>سینا وی ام | SiNAVM</strong></p>
<div class="separator"></div>
</header>
<main>
<p class="status" aria-live="polite">در حال انتقال کانفیگ به هیدیفای...</p>
<p class="info">اگر بعد از ۳ ثانیه منتقل نشدید، روی دکمه زیر کلیک کنید:</p>
<div class="import-btn" onclick="copyConfigLink()" aria-label="کپی و ورود دستی کانفیگ هیدیفای">
ورود دستی کانفیگ Hiddify
</div>
<nav aria-label="لینکهای قانونی">
<a href="https://sinavm.github.io/sinavm/legal_pages/about.html">درباره ما</a> |
<a href="https://sinavm.github.io/sinavm/legal_pages/privacy.html">حریم خصوصی</a> |
<a href="https://sinavm.github.io/sinavm/legal_pages/terms.html">شرایط استفاده</a>
</nav>
</main>
<aside class="aside-left">
<a href="https://t.me/sinavm" target="_blank" class="box telegram-box" aria-label="کانال تلگرام SiNAVM">
<img src="https://sinavm.github.io/sinavm/logo/telegram.png" alt="لوگوی تلگرام"> تلگرام
</a>
<a href="https://github.com/sinavm" target="_blank" class="box github-box" aria-label="گیتهاب سینا وی ام">
<img src="https://sinavm.github.io/sinavm/logo/github-mark.png" alt="لوگوی گیتهاب"> گیتهاب
</a>
<div class="box visit-box" aria-live="polite">
بازدید کل: <span id="total-visit-count">...</span>
</div>
</aside>
<aside class="aside-right">
<!-- دکمه نصب Hiddify -->
<div class="install-wrapper">
<div class="box install-box" onclick="toggleDropdown(event)" aria-expanded="false" aria-controls="installDropdown">
نصب برنامه Hiddify
</div>
<div class="install-dropdown" id="installDropdown">
<a href="https://play.google.com/store/apps/details?id=app.hiddify.com&hl=en" target="_blank" class="install-link android" onclick="event.stopPropagation()">
<img src="https://sinavm.github.io/sinavm/logo/hiddify.png" alt="لوگوی Hiddify - اندروید"> اندروید
</a>
<a href="https://apps.apple.com/app/id6596777532" target="_blank" class="install-link iphone" onclick="event.stopPropagation()">
<img src="https://sinavm.github.io/sinavm/logo/hiddify.png" alt="لوگوی Hiddify - آیفون"> آیفون
</a>
<a href="https://hiddify.com/fa/app/How-to-install-Hiddify-app/#_2" target="_blank" class="install-link windows" onclick="event.stopPropagation()">
<img src="https://sinavm.github.io/sinavm/logo/hiddify.png" alt="لوگوی Hiddify - ویندوز"> ویندوز
</a>
<a href="https://apps.apple.com/app/id6596777532" target="_blank" class="install-link mac" onclick="event.stopPropagation()">
<img src="https://sinavm.github.io/sinavm/logo/hiddify.png" alt="لوگوی Hiddify - مک"> مک
</a>
</div>
</div>
<!-- دکمه جدید VIP -->
<a href="https://t.me/sinavm" target="_blank" class="box vip-box" aria-label="خرید سرویس VIP">
خرید سرویس VIP
</a>
</aside>
<footer>
<p>طراحی و توسعه با ذهن باز توسط <a href="https://t.me/SinaVM" target="_blank">SiNAVM</a></p>
</footer>
<!-- Toast Notification -->
<div class="toast" id="toast">
لینک کانفیگ کپی شد<br>وارد برنامه کنید
</div>
<script>
// کپی لینک کانفیگ
function copyConfigLink() {
const link = "https://github.com/sinavm/Hiddify/raw/refs/heads/main/@sinavm#@𝗦𝗶𝗡𝗔𝗩𝗠👈🏻|Hiddify";
navigator.clipboard.writeText(link).then(() => {
const toast = document.getElementById('toast');
toast.classList.add('show');
setTimeout(() => toast.classList.remove('show'), 3000);
}).catch(() => {
alert("کپی نشد! لطفاً دستی کپی کنید:\n" + link);
});
}
// Toggle Dropdown
function toggleDropdown(e) {
e.stopPropagation();
const dropdown = document.getElementById('installDropdown');
const isOpen = dropdown.classList.toggle('show');
e.target.setAttribute('aria-expanded', isOpen);
}
// Close on outside click
document.body.addEventListener('click', (e) => {
const dropdown = document.getElementById('installDropdown');
if (!e.target.closest('.install-wrapper')) {
dropdown.classList.remove('show');
document.querySelector('.install-box').setAttribute('aria-expanded', 'false');
}
});
// Visit Counter
fetch('https://page-views.count1.workers.dev')
.then(r => r.text())
.then(count => {
const el = document.getElementById('total-visit-count');
if (el) el.textContent = count;
})
.catch(() => {});
</script>
</body>
</html>