-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 1.09 KB
/
index.html
File metadata and controls
24 lines (22 loc) · 1.09 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="ProxyTest - A secure web proxy for testing and research. Access any website anonymously with our production-ready proxy service."
/>
<meta name="theme-color" content="#6366f1" />
<title>ProxyTest - Web Proxy for Testing</title>
<link
rel="icon"
type="image/svg+xml"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%236366f1' width='100' height='100'/><circle cx='50' cy='50' r='35' fill='none' stroke='white' stroke-width='3'/><circle cx='50' cy='25' r='5' fill='white'/><circle cx='70' cy='60' r='5' fill='white'/><circle cx='30' cy='60' r='5' fill='white'/><line x1='50' y1='30' x2='70' y2='55' stroke='white' stroke-width='2'/><line x1='50' y1='30' x2='30' y2='55' stroke='white' stroke-width='2'/></svg>"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="client/App.tsx"></script>
</body>
</html>