-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path404.html
More file actions
29 lines (26 loc) · 1.01 KB
/
404.html
File metadata and controls
29 lines (26 loc) · 1.01 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Error: Page not found!</title>
</head>
<body>
<h1>Error: Page not found!</h1>
<p>Go to the <a href="https://salif.github.io/">home page</a></p>
<script data-goatcounter="https://sgi.goatcounter.com/count" src="//gc.zgo.at/count.js"></script>
<script>
const pathname = window.location.pathname;
if (pathname.startsWith("/colemak-ru")) {
window.location.href = "https://github.com/salif/colemak-ru/discussions/1#discussioncomment-10247941";
} else if (pathname.startsWith("/shaw_eo")) {
window.location.href = window.location.href.replace("shaw_eo", "shaw-eo");
} else if (pathname.startsWith("/arch-pkgs")) {
window.location.href = "https://salif.github.io/dotfiles/pkgbuilds/";
} else if (pathname.startsWith("/cli-games")) {
window.location.hostname = "seniru.github.io";
}
</script>
</body>
</html>