forked from tw31122007/BCHS-Unblocked-Games
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
56 lines (55 loc) · 1.98 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7487249208457563"
crossorigin="anonymous"></script>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
/>
<title>Ultraviolet | Error</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="theme-color"
media="(prefers-color-scheme: dark)"
content="#434c5e"
/>
<meta name="googlebot" content="noindex, nofollow, nosnippet" />
<base href="/" />
<link rel="shortcut icon" content="favicon.ico" />
<link rel="stylesheet" href="index.css" />
</head>
<body>
<div class="logo-wrapper left-margin">
<h1>Ultraviolet | Error</h1>
</div>
<div class="desc left-margin">
<p>The server could not route your request.</p>
<p id="uv-error"></p>
<code id="uv-error-code"></code>
<button id="uv-register-sw" value="Register service worker">
Register ServiceWorker
</button>
</div>
<footer>
<a
title="License information"
href="credits.html"
style="margin-left: auto"
>Credits</a
>
<span>Ultraviolet © TN 2022</span>
</footer>
<script src="uv/uv.bundle.js"></script>
<script src="uv/uv.config.js"></script>
<script src="register-sw.js"></script>
<script src="error.js"></script>
<script src="/assets/js/panic.js" defer></script>
<input id="key-input" type="text" placeholder="Key" style="display: none;" value="]">
<input id="website-input" type="text" placeholder="Website" style="display: none;" value="https://classroom.gooogle.com">
<script src="/assets/js/cloak.js" defer></script>
</body>
</html>