-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (113 loc) · 4.21 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
/>
<title>Ultraviolet | Sophisticated Web Proxy</title>
<meta
name="description"
content="Ultraviolet is a highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers. Unblock sites today!"
/>
<meta
name="keywords"
content="proxy, web proxy, ultraviolet, service workers, unblock websites, unblock chromebook, free web proxy, proxy list, proxy sites, un block chromebook, online proxy, proxy server, proxysite, proxy youtube, bypass securly, bypass iboss, bypass lightspeed filter, holy unblocker, chromebooks, titanium network, unblock youtube, youtube proxy, unblocked youtube, youtube unblocked"
/>
<meta
name="theme-color"
media="(prefers-color-scheme: dark)"
content="#434c5e"
/>
<meta name="googlebot" content="index, follow, snippet" />
<link rel="shortcut icon" content="favicon.ico" />
<link rel="stylesheet" href="index.css" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is Ultraviolet (Web Proxy)?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!"
}
},
{
"@type": "Question",
"name": "How do I unblock sites using Ultraviolet?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Simply head to an official site featuring Ultraviolet such as Holy Unblocker or Incognito! You can also self-host Ultraviolet on your own web server for maximum privacy."
}
},
{
"@type": "Question",
"name": "What if Ultraviolet is blocked or not working?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Join the Titanium Network Discord at discord.gg/unblock!"
}
}
]
}
</script>
</head>
<body>
<div title="Ultraviolet Logo" class="logo-wrapper">
<img class="logo" src="uv.png" alt="Ultraviolet" />
<h1
title="Ultraviolet supports YouTube, GeForce NOW and more! Service by TitaniumNetwork."
>
Ultraviolet | TN
</h1>
</div>
<div
title="Ultraviolet uses the power of service-workers and more! Unblock many sites today with Ultraviolet!"
class="desc"
>
<p>
Ultraviolet is highly sophisticated proxy used for evading internet
censorship.
</p>
</div>
<form>
<input placeholder="Search the web freely" />
</form>
<footer>
<a
title="Ultraviolet is a web proxy service maintained by TitaniumNetwork!"
href="https://github.com/titaniumnetwork-development"
>Titanium Network</a
>
<a
title="Join the TitaniumNetwork Discord for more proxy services like Holy Unblocker or Incognito featuring Ultraviolet."
href="https://discord.gg/unblock"
>Discord</a
>
<a
title="Massive project partnered with TitaniumNetwork, Ultraviolet being the prime example."
href="https://github.com/tomphttp"
>TOMP</a
>
<a
title="The official GitHub for Ultraviolet, a web proxy service which can be used to unblock sites at school and more!"
href="https://github.com/titaniumnetwork-development/Ultraviolet"
>GitHub</a
>
<a
title="For privacy implications related to Ultraviolet."
href="https://github.com/titaniumnetwork-development/Ultraviolet/raw/main/LICENSE"
style="margin-left: auto"
>License</a
>
<span>Ultraviolet © TN 2022</span>
</footer>
<script src="uv/uv.bundle.js"></script>
<script src="uv/uv.config.js"></script>
<script src="index.js"></script>
</body>
</html>