-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathindex.html
35 lines (34 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proxy Download</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="topnav">
<a class="active" href="#home">Home</a>
<a href="https://t.me/source_pro">Telegram Channel</a>
<a href="https://github.com/ALIILAPRO/Proxy">Github Repo</a>
<a href="https://github.com/ALIILAPRO/MTProtoProxy">MTProtoProxy</a>
</div>
<div class="container">
<h1>Download Proxy Types</h1>
<div class="button-container">
<a href="https://github.com/ALIILAPRO/Proxy/raw/refs/heads/main/http.txt" class="button" id="httpProxy" download="http.txt">Download HTTP Proxy</a>
<a href="https://github.com/ALIILAPRO/Proxy/raw/refs/heads/main/socks4.txt" class="button" id="socks4sProxy" download="socks4.txt">Download SOCKS4 Proxy</a>
<a href="https://github.com/ALIILAPRO/Proxy/raw/refs/heads/main/socks5.txt" class="button" id="socks5Proxy" download="socks5.txt">Download SOCKS5 Proxy</a>
</div>
</div>
<footer>
<p>Developed by <a href="https://t.me/aliilapro">ALIILAPRO</a> 🌟</p>
<p>Join our channel: <a href="https://t.me/source_pro">Telegram Channel</a> 🚀</p>
<div class="social-icons">
<a href="https://t.me/aliilapro" title="Private ID">👤</a>
<a href="https://github.com/ALIILAPRO" title="GitHub">💻</a>
<a href="https://t.me/source_pro" title="Telegram Channel">📱</a>
</div>
</footer>
</body>
</html>