forked from PKAstro/Gemini-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
43 lines (35 loc) · 1.49 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
<title>404 page redirect</title>
<link rel="stylesheet" href="/ajxmenu.css" type="text/css">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="en-us" http-equiv="Content-Language" />
<link href="/gemini-2.css" rel="stylesheet" title = "light" type="text/css">
<link href="/gemini-2-dark.css" rel="stylesheet" title = "dark" type="text/css">
<script src="/style_switcher.js"></script>
<link href="/theme-selector.css" rel="stylesheet" type="text/css">
<script src="/w3data.js"></script>
</head>
<body onload="set_style_from_cookie()">
<div w3-include-html="/header.html" ></div>
<div class="AJXMenueDFaTFD" w3-include-html="../navigation.html"></div><script>w3IncludeHTML();</script>
<script>
var r = document.location.href;
if (r.indexOf(".php")>=0)
{
r = r.replace(".php",".html");
document.location.href = r;
}
</script>
<br><br>
<table align="center" style="max-width: 900px; min-width: 200px;">
<tr><td>
<h1>404 - Page not found!</h1>
</td></tr>
<br><br>
<link rel="stylesheet" href="/ajxmenu_bottom.css" type="text/css">
<div w3-include-html="/footer.html" ></div>
</body>
</html>