-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
38 lines (38 loc) · 1.88 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=yes">
<title>Google Docs</title>
<meta name="keywords" content="Commander,proxi,uv,isp,unboker">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#434c5e">
<link href="/css/css1.css" rel="stylesheet">
</head>
<body>
<div class="Proxywelcometext">
<h1><center>Welcome to Commander Proxy, where you can get away from prying eyes trying to watch you whether they are ISP's, schools, or the government.</center></h1>
</div>
<div title="Commander Proxy uses the power of ultraviolet to evade content blockers!" class="desc">
<p>Commander Proxy is fast and simpleproxy used for evading internet censorship.</p>
</div>
<form>
<input list="urls" placeholder="Search the web">
<datalist id="urls">
<option value="https://google.com"></option>
<option value="https://twoplayergames.org"></option>
<option value="https://now.gg/"></option>
<option value="https://youtube.com"></option>
</datalist>
</form>
<footer>
<a title="Sail back to Commander for games!" href="https://commander.iamadeveloper.dev">Go Back to Commander</a>
<a title="The official GitHub for Command Enterprises, containg all of the unblocking we do on display" href="https://github.com/Command-Enterprises/">Our GitHub</a>
<a title="About Commander Proxi and its contributors." href="about.html" style="margin-left: auto">About</a>
</footer>
<script src="uv/uv.bundle.js"></script>
<script src="uv/uv.config.js"></script>
<script src="index.js"></script>
<script src="uv/uv.sw.js"></script>
<script src="js/tabcloak.js"></script>
</body>
</html>