forked from titaniumnetwork-dev/Ultraviolet-Static
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd62822
commit 557324c
Showing
2 changed files
with
6 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
name="viewport" | ||
content="width=device-width, initial-scale=1.0, shrink-to-fit=no" | ||
/> | ||
<title>Ultraviolet | Sophisticated Web Proxy</title> | ||
<title>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!" | ||
|
@@ -35,26 +35,18 @@ | |
"mainEntity": [ | ||
{ | ||
"@type": "Question", | ||
"name": "What is Ultraviolet (Web Proxy)?", | ||
"name": "What is (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!" | ||
"text": "email [email protected]" | ||
} | ||
} | ||
] | ||
|
@@ -68,19 +60,19 @@ | |
class="flex-center logo-wrapper header-center" | ||
> | ||
<img class="logo" src="uv.png" alt="Ultraviolet" /> | ||
<h1>Ultraviolet | TN</h1> | ||
<h1>(Web Proxy) | TN</h1> | ||
</div> | ||
<div class="flex-center desc"> | ||
<p> | ||
Ultraviolet is highly sophisticated proxy used for evading internet | ||
(Web Proxy) is a proxy used for evading internet | ||
censorship. | ||
</p> | ||
</div> | ||
|
||
<form id="uv-form" class="flex-center"> | ||
<input | ||
id="uv-search-engine" | ||
value="https://www.google.com/search?q=%s" | ||
value="https://www.duckduckgo.com/search?q=%s" | ||
type="hidden" | ||
/> | ||
<input id="uv-address" type="text" placeholder="Search the web freely" /> | ||
|
@@ -89,32 +81,5 @@ <h1>Ultraviolet | TN</h1> | |
<p id="uv-error"></p> | ||
<pre id="uv-error-code"></pre> | ||
</div> | ||
<footer> | ||
<a | ||
title="The TitaniumNetwork GitHub organization" | ||
href="https://github.com/titaniumnetwork-dev" | ||
>TitaniumNetwork</a | ||
> | ||
<a title="The TitaniumNetwork Discord" href="https://discord.gg/unblock" | ||
>Discord</a | ||
> | ||
<a | ||
title="The TompHTTP GitHub organization" | ||
href="https://github.com/tomphttp" | ||
>TompHTTP</a | ||
> | ||
<a | ||
title="The official deployment repository for Ultraviolet" | ||
href="https://github.com/titaniumnetwork-dev/Ultraviolet-App" | ||
>GitHub</a | ||
> | ||
<a | ||
title="License information" | ||
href="credits.html" | ||
style="margin-left: auto" | ||
>Credits</a | ||
> | ||
<span>Ultraviolet © TN 2023</span> | ||
</footer> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.