Skip to content

Commit

Permalink
added cool 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
cbmeeks committed Feb 23, 2013
1 parent 48438c3 commit 4954605
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions 404.html
@@ -0,0 +1,31 @@
<!doctype html>
<html>
<head>
<title>Page not found | Huwshimi &amp; Friends</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="http://huwshimi.com/wp-content/themes/huwshimi/404.css">
<link rel="icon" type="images/png" href="http://huwshimi.com/wp-content/themes/huwshimi/images/favicon.png" />
<link rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/huwshimi" />
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3551564-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>
</head>
<body>
<div id="error">
<a href="http://huwshimi.com/">
<img src="http://huwshimi.com/wp-content/themes/huwshimi/images/404.png" alt="404 page not found" id="error404-image" />
</a>
</div>
</body>
</html>

0 comments on commit 4954605

Please sign in to comment.