httpstatuses/views/404.php
2012-08-12 01:18:32 +01:00

46 lines
1.8 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>404real &mdash; httpstatus.es</title>
<link rel="author" href="humans.txt" />
<link rel="stylesheet" href="assets/css/style.min.css" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29439846-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<meta name="description" content="HTTP Status code list / directory with wikipedia and ietf descriptions"/>
</head>
<body>
<div id="wrapper">
<div class="header">
404 / <span class="status_title">Page not found</span>
</div>
<div id="desc">
<p>
No really, this is a 404. The page can't be found! There's
no education here, just a barren wasteland.
</p>
<p>
If there should
be something here you can submit a new status code via the
<a href="http://github.com/citricsquid/httpstatus.es">
httpstatus.es repository
</a> on github.
</p>
</div>
<div id="return">
<a href="http://httpstatus.es">&larr; return</a>
</div>
</div>
</body>
</html>