-
Notifications
You must be signed in to change notification settings - Fork 1
/
popup.html
40 lines (39 loc) Β· 1.6 KB
/
popup.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>
<link rel="stylesheet" href="popup.css">
<title></title>
</head>
<body>
<div class="main-header alert alert-success text-center" role="alert">
<h4>π₯ Unlimited Telegram Proxy List!</h4>
Made By<a href="https://github.com/aminesmkhani"> AminEsmkhani</a>
</div>
<div>
<div class="row">
<div class="col-12">
<table class="table table-bordered table-dark text-center">
<thead id="json-table">
<tr>
<th scope="col">Host π‘</th>
<th scope="col">Port</th>
<th scope="col">Secret π</th>
<th scope="col">Country π</th>
<th scope="col">Ping</th>
</tr>
</thead>
<tbody id="json-table-body"></tbody>
</table>
</div>
</div>
</div>
<script src="popup.js"></script>
</body>
</html>