-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (44 loc) · 1.96 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
<!DOCTYPE html>
<html lang="fa">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>warp - خدماتی حامد</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<style>
.icon {
font-size: 50px;
transition: transform 0.3s, color 0.3s;
}
.icon:hover {
transform: scale(1.2);
color: yellow;
}
</style>
</head>
<body>
<div class="background"></div>
<div class="content">
<h1>Hiddify Warp Config</h1>
<button class="neon-button cyan-button" onclick="location.href='page1.html'">IPv4</button>
<button class="neon-button magenta-button" onclick="location.href='page3.html'">آموزش</button>
<button class="neon-button cyan-button" onclick="location.href='page2.html'">IPv6</button>
<div style="display: flex; justify-content: center; align-items: center; flex-direction: column; height: 50vh;">
<img src="https://github.com/user-attachments/assets/3e38e86d-df54-41f7-bb5f-ac146d455b2f" alt="لوگو" style="width: 300px; height: 300px; margin-bottom: 30px;">
<h2>👇👇👇 صفحات اجتماعی من 👇👇👇</h2>
</div>
<div style="display: flex; justify-content: center; margin-top: 10px;">
<a href="https://t.me/hamedp71" target="_blank">
<i class="fab fa-telegram icon" style="color: cyan; margin: 0 30px;"></i>
</a>
<a href="https://x.com/Hpiusi" target="_blank">
<i class="fab fa-x icon" style="color: dimgray; margin: 0 30px;"></i>
</a>
<a href="https://t.me/hamedvpns" target="_blank">
<i class="fab fa-telegram icon" style="color: cyan; margin: 0 30px;"></i>
</a>
</div>
</div>
</body>
</html>