-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 1.03 KB
/
index.html
File metadata and controls
30 lines (27 loc) · 1.03 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="SS Proxy Eggsplorer" />
<meta property="og:description" content="A tool that goes through every shell shocker proxy and shows you which are unblocked" />
<meta property="og:url" content="https://hydroflame522.github.io/Proxy-Eggsplorer/" />
<meta property="og:type" content="website" />
<title>Proxy Eggsplorer</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Proxy Eggsplorer</h1>
<h3>By Hydroflame521</h3>
<p>
<strong>
<a href="https://github.com/Hydroflame522/Proxy-Eggsplorer">Github</a> 
<a href="https://discord.gg/vW4Vwh6Yar">Discord</a> 
<a href="https://youtube.com/@Hydroflame521">Youtube</a>
</strong>
</p>
<h2 id="workingProxies">There are no working proxies on your current network.</h2>
<ul class="proxy-list" id="proxyList"></ul>
<script src="eggsplorer.js"></script>
</body>
</html>