-
Notifications
You must be signed in to change notification settings - Fork 1
/
404src.html
25 lines (25 loc) · 1.02 KB
/
404src.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
<!DOCTYPE html>
<html>
<head>
<title>404</title>
<base target="_parent">
<link rel="stylesheet" href="404.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<h1><img src="images/info.png"> The page cannot be found</h1>
<p>The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
<br>
<br>
<img src="images/indent.png"></p>
<p>Please try the following:</p>
<ul>
<li> If you typed the page address in the Address bar, make sure that it is spelled correctly.</li>
<li> Open the <a href="index.html">home page</a>, and then look for links to the information you want.</li>
<li> Click the <a href="javascript:history.go(-1)"><img src="images/404/back.png"> Back</a> button to try another link.</li>
<li> Click <a href="https://duckduckgo.com/"><img src="images/404/search.png"> Search</a> to look for information on the Internet.</li>
</ul>
<br>
<p>HTTP 404 - File not found</p>
</body>
</html>