<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>404 - Page not found!</title>
<style>
html, body {
background: #FFF;
color: #333;
font-size: 1em;
margin: 0;
padding: 0;
}
#e {
font-size: 3em;
letter-spacing: 0.05em;
line-height: 4;
margin: 3em auto 0;
overflow: hidden;
text-align: center;
text-transform: lowercase;
}
#e span {
display: block;
}
#e #e2 {
font-size: 6em;
line-height: 215px;
}
#e #e3 {
font-size: 1.3em;
line-height: 1.4;
}
#e p {
font-size: 0.4em;
line-height: 1;
}
</style>
</head>
<body>
<div id="e">
<span id="e2">404 </span>
<span id="e3">Page not found</span>
<p>The requested URL is not found on this server.</p>
<p><a href="https://github.com/GaneshKandu/Palette" target="_BLANK" >Pallete</a></p>
</div>
</body>
</html>
|