Skip to content

Commit

Permalink
egg
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanTheBandit authored Mar 8, 2023
1 parent dd62822 commit 557324c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 41 deletions.
47 changes: 6 additions & 41 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down Expand Up @@ -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]"
}
}
]
Expand All @@ -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" />
Expand All @@ -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 &copy; TN 2023</span>
</footer>
</body>
</html>
Binary file modified public/uv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 557324c

Please sign in to comment.