forked from nettleweb/nettleweb
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path404.html
37 lines (37 loc) · 1.38 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
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<meta name="robots" content="noindex" />
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#004080" />
<base href="/" target="_blank" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="index.css" />
<title>404 Not Found</title>
</head>
<body>
<div id="navigation-bar">
<a id="logo" href="/" title="Return home page"></a>
<input id="side-menu" type="checkbox" />
<label for="side-menu" id="hamb"><span>Menu</span></label>
<div id="nav-bar">
<a href="/" target="_self">Home</a>
<a href="/games" target="_self">Games</a>
<a href="/videos" target="_self">Video</a>
<a href="/apps" target="_self">Apps</a>
<a href="/shop" target="_self">Shop</a>
<a href="/" target="_self">Chat</a>
</div>
</div>
<div id="s-content" class="text-body">
<h1>404 Not Found</h1>
<p>The requested resource was not found on this server. Please check the URL for mistakes and try again.</p>
<br />
<hr />
<div><a href="/">Return to Home Page</a></div>
</div>
</body>
</html>