-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (92 loc) · 3.38 KB
/
index.html
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
<!DOCTYPE html>
<html lang="fa">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="کانفیگ رایگان V2RayNG ویژه کاربران ایرانسل. با مراجعه به ربات تلگرام ما، بهراحتی و سریع کانفیگ خود را دریافت کنید. ویژه برای اینترنت ایرانسل!">
<meta name="keywords" content="V2RayNG, کانفیگ رایگان, ایرانسل, ربات تلگرام">
<meta name="author" content="Morteza Akbar Mohi">
<title>کانفیگ رایگان V2RayNG</title>
<style>
body {
font-family: Arial, sans-serif;
direction: rtl;
text-align: center;
background-color: #f5f5f5;
color: #333;
margin: 0;
padding: 0;
}
.container {
max-width: 600px;
margin: 50px auto;
padding: 20px;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
h1 {
color: #0078D7;
}
a {
color: #0078D7;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
.features {
margin-top: 30px;
text-align: right;
}
.feature-box {
background: #e9f5ff;
border: 1px solid #b3daff;
border-radius: 5px;
padding: 15px;
margin-bottom: 15px;
}
.feature-box h2 {
color: #0056a3;
font-size: 18px;
}
@media (max-width: 768px) {
.container {
margin: 20px;
padding: 15px;
}
h1 {
font-size: 24px;
}
.feature-box h2 {
font-size: 16px;
}
.feature-box {
padding: 10px;
}
}
</style>
</head>
<body>
<div class="container">
<h1>کانفیگ رایگان V2RayNG ویژه ایرانسل</h1>
<p>برای دریافت کانفیگ رایگان V2RayNG ویژه کاربران ایرانسل، به ربات زیر در تلگرام مراجعه کنید:</p>
<p><a href="https://t.me/v2makers_bot" target="_blank">ربات تلگرام</a></p>
<div class="features">
<div class="feature-box">
<h2>ویژگی ۱: دسترسی سریع</h2>
<p>تنها با چند کلیک، کانفیگ خود را دریافت کنید و به راحتی از اینترنت بدون محدودیت لذت ببرید.</p>
</div>
<div class="feature-box">
<h2>ویژگی ۲: امنیت بالا</h2>
<p>تمامی کانفیگها با امنیت بالا ارائه میشوند تا اطلاعات شما محافظت شود.</p>
</div>
<div class="feature-box">
<h2>ویژگی ۳: پشتیبانی اختصاصی</h2>
<p>تیم پشتیبانی ما آماده پاسخگویی به سوالات شماست. از طریق ربات با ما در ارتباط باشید.</p>
</div>
</div>
</div>
</body>
</html>