Page MenuHomePhabricator

Error.htm

Authored By
bzimport
Nov 21 2014, 10:30 PM
Size
2 KB
Referenced Files
None
Subscribers
None

Error.htm

<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>
Wikimedia page not found: http://en.wikipedia.org/Titanic
</title>
<style type="text/css">
* {
font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
}
a:link {
color: #005b90;
}
a:visited {
color: #005b90;
}
a:hover {
color: #900000;
}
a:active {
color: #900000;
}
body {
background-image: url('http://upload.wikimedia.org/wikipedia/commons/9/96/Errorbg.png');
background-repeat: repeat-x;
background-color: white;
color: #484848
}
h1 {
color: black;
margin: 0px;
}
h2 {
color: #484848
padding: 0px;
margin: 0px;
}
p {
margin-top: 10px;
margin-bottom: 0px
}
#logo {
display: block;
float: left;
background-image: url('http://upload.wikimedia.org/wikipedia/commons/thumb/8/81/Wikimedia-logo.svg/300px-Wikimedia-logo.svg.png');
background-repeat: no-repeat;
height: 300px;
width: 300px;
}
#center {
position: absolute;
top: 50%;
width: 100%;
height: 1px;
overflow: visible
}
#main {
position: absolute;
left: 50%;
width: 720px;
margin-left: -360px;
height: 300px;
top: -150px
}
#divider {
display: block;
float: left;
background-image: url('http://upload.wikimedia.org/wikipedia/commons/9/97/Errorline.png');
background-repeat: no-repeat;
height: 300px;
width: 2px;
}
#message {
padding-left: 10px;
float: left;
display: block;
height: 300px;
width: 390px;
}
</style>
<link rel="shortcut icon" href="/favicon.ico" />
</head>
<body>
<div id="center"><div id="main">
<div id="logo">
</div>
<div id="divider">
</div>
<div id="message">
<h1>Error</h1>
<h2>404 &ndash; File not found</h2>
<p style="font-style: italic">http://en.wikipedia.org/Titanic</p>
<p>We could not find the above page on the <a href="http://www.wikimedia.org">Wikimedia Foundation</a> servers.</p>
<p>You may wish to <a href="http://en.wikipedia.org/wiki/Titanic">check</a> for a page on the wiki with that title.</p>
<p>Alternatively, you can visit the <a href="http://en.wikipedia.org/">Main Page</a> or read <a href="http://en.wikipedia.org/wiki/HTTP_404">more information</a> about this type of error.</p>
</div>
</div></div>
</body>
</html>

File Metadata

Mime Type
text/html
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5033
Default Alt Text
Error.htm (2 KB)

Event Timeline