Skip to content

Commit

Permalink
Added a 455 error page to the site. Currently, nobody actually gets s…
Browse files Browse the repository at this point in the history
…ent there, but we're watching you. We know you're a jerk. We're just waiting…
  • Loading branch information
Remy Porter committed Jan 17, 2015
1 parent 85eeffa commit 28fb7c2
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 0 deletions.
52 changes: 52 additions & 0 deletions TheDailyWtf/455.aspx
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<% Response.StatusCode = 404 %>

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>404 - Not Found</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/content/css/gumby.css" />
<link rel="stylesheet" href="/content/css/custom.css" />
</head>
<body>
<div class="navcontain">
<div class="navbar dailywtf" id="nav3">
<div class="row">
<div class="three columns">
<a href="/">
<img src="/content/images/wtf-logo.png" style="padding-top:15px;" />
</a>
</div>
</div>
</div>
</div>
<div id="wrapper">
<div class="row">
<div class="twelve columns">
<h1>455 - User is a Jackass</h1>
<p>
We don't want to fulfill this request because you're a 455hole.
</p>
<p>
<a href="/">&laquo; Return to Home Page</a>
</p>
</div>
</div>
</div>

<div class="container">
<footer>
<div class="row horizontal">
<hr />
</div>
<div class="row">
<p>
Copyright &#169; 2004 - 2014 Inedo Publishing
</p>
</div>
</footer>
</div>
</body>
</html>
50 changes: 50 additions & 0 deletions TheDailyWtf/455.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>404 - Not Found</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/content/css/gumby.css" />
<link rel="stylesheet" href="/content/css/custom.css" />
</head>
<body>
<div class="navcontain">
<div class="navbar dailywtf" id="nav3">
<div class="row">
<div class="three columns">
<a href="/">
<img src="/content/images/wtf-logo.png" style="padding-top:15px;" />
</a>
</div>
</div>
</div>
</div>
<div id="wrapper">
<div class="row">
<div class="twelve columns">
<h1>455 - User is a Jackass</h1>
<p>
We don't want to fulfill this request because you're a 455hole.
</p>
<p>
<a href="/">&laquo; Return to Home Page</a>
</p>
</div>
</div>
</div>

<div class="container">
<footer>
<div class="row horizontal">
<hr />
</div>
<div class="row">
<p>
Copyright &#169; 2004 - 2014 Alex Papadimoulis - v1.0
</p>
</div>
</footer>
</div>
</body>
</html>

0 comments on commit 28fb7c2

Please sign in to comment.