-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
37 lines (29 loc) · 775 Bytes
/
404.html
File metadata and controls
37 lines (29 loc) · 775 Bytes
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
<html>
<head>
<title> Oops! </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<link href="css/style.css" rel="stylesheet" type="text/css" media="screen">
<link rel = "icon" type="image/png" href="img/s.png">
</head>
<body>
<div id="container">
<div id="header">
<ul>
<li> <a href="index.html"> home </a> </li>
</ul>
</div>
<div id="sidebar">
<!-- Empty -->
</div>
<div id="content" style="border-bottom: 0px; min-height: 300px; font-size: 25px;">
<p> Sorry. The page you requested could not be found. </p>
</div>
<div id="filler">
</div>
<div id="footer">
<div id="empty_box">
</div>
</div>
</div>
</body>
</html>