-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (51 loc) · 1.24 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
<html>
<head><title>Telegram Proxy - Soroush Mirzaei</title></head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
table {
width: 100%;
border-collapse: collapse;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
th, td {
padding: 15px;
text-align: center;
width: auto;
border-bottom: 1px solid #777777;
}
@media screen and (max-width: 600px) {
table {
display: block;
overflow-x: auto;
}
}
</style>
<body>
<table class="dataframe">
<thead>
<tr style="text-align: match-parent;">
<th></th>
<th>Flag</th>
<th>Country</th>
<th>Code</th>
<th>Server</th>
<th>Port</th>
<th>Ping</th>
<th>Proxy</th>
</tr>
</thead>
<tbody>
<tr>
<td>0</td>
<td>🇺🇸</td>
<td>UNITED STATES</td>
<td>US</td>
<td>3.145.169.110</td>
<td>443</td>
<td>068.16</td>
<td><a href="tg://proxy?server=3.145.169.110&port=443&secret=ee072072072072072072072072072072077472616e736c6174652e676f6f"><button>Connect Proxy</button></a></td>
</tr>
</tbody>
</table>
</body>
</html>