-
Notifications
You must be signed in to change notification settings - Fork 328
/
Copy patherror.html
35 lines (32 loc) · 1.17 KB
/
error.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
<title>Night</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>Night</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>
<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>
</body>
</html>