diff --git a/Src/VideoGameQuotes.Web/VideoGameQuotes.Web.csproj b/Src/VideoGameQuotes.Web/VideoGameQuotes.Web.csproj index e81cacb..eb30196 100644 --- a/Src/VideoGameQuotes.Web/VideoGameQuotes.Web.csproj +++ b/Src/VideoGameQuotes.Web/VideoGameQuotes.Web.csproj @@ -152,10 +152,13 @@ + + + @@ -191,7 +194,6 @@ - diff --git a/Src/VideoGameQuotes.Web/Views/Quote/QuoteNotFound.aspx b/Src/VideoGameQuotes.Web/Views/Quote/QuoteNotFound.aspx index 3dca31e..c65df1c 100644 --- a/Src/VideoGameQuotes.Web/Views/Quote/QuoteNotFound.aspx +++ b/Src/VideoGameQuotes.Web/Views/Quote/QuoteNotFound.aspx @@ -1,6 +1,11 @@ <%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/Site.Master" %> Quote Not Found + +
+ YOU ARE ERROR. +
+

These are not the quotes you’re looking for. Perhaps you found a dead link, or somebody was playing a prank on you. Either way, you are one pathetic loser, diff --git a/Src/VideoGameQuotes.Web/Views/Shared/BadPaging.aspx b/Src/VideoGameQuotes.Web/Views/Shared/BadPaging.aspx index 9cb9386..b8b37e9 100644 --- a/Src/VideoGameQuotes.Web/Views/Shared/BadPaging.aspx +++ b/Src/VideoGameQuotes.Web/Views/Shared/BadPaging.aspx @@ -1,7 +1,10 @@ <%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/Site.Master" %> Invalid Paging Request -

Invalid Paging Request

+ +
+ YOU ARE ERROR. +

Since you’re here, you were probably mucking around with the query string. diff --git a/Src/VideoGameQuotes.Web/Views/Shared/Forbidden.aspx b/Src/VideoGameQuotes.Web/Views/Shared/Forbidden.aspx index 337d89d..9e1dd65 100644 --- a/Src/VideoGameQuotes.Web/Views/Shared/Forbidden.aspx +++ b/Src/VideoGameQuotes.Web/Views/Shared/Forbidden.aspx @@ -3,8 +3,14 @@ Forbidden +

+ PLEASE GO AWAY. +
+

- You are not allowed to be here. + Error doesn’t like you. Error doesn’t like people who try to look + at things they are forbidden from looking at. Error says your mother resembles + a hoofed mammal.

<% Html.RenderPartial("ExceptionView", Model); %> diff --git a/Src/VideoGameQuotes.Web/Views/Shared/NotFound.aspx b/Src/VideoGameQuotes.Web/Views/Shared/NotFound.aspx index 3e78e85..f13114b 100644 --- a/Src/VideoGameQuotes.Web/Views/Shared/NotFound.aspx +++ b/Src/VideoGameQuotes.Web/Views/Shared/NotFound.aspx @@ -3,10 +3,13 @@ 404 - <% Html.RenderPartial("NotFoundContent"); %> +
+ YOU ARE ERROR. +

- Hey. Nice typing, dude. Why don’t you spit out your sandwich and try it again? + Error can’t find the page you were looking for. Perhaps you are too + ugly to type correctly, hmm? Error thinks so.

<% Html.RenderPartial("ExceptionView", Model); %> diff --git a/Src/VideoGameQuotes.Web/Views/Shared/NotFoundContent.ascx b/Src/VideoGameQuotes.Web/Views/Shared/NotFoundContent.ascx deleted file mode 100644 index 4cb2348..0000000 --- a/Src/VideoGameQuotes.Web/Views/Shared/NotFoundContent.ascx +++ /dev/null @@ -1,7 +0,0 @@ -<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> - -

Not Found

- -
- looking for something? -
\ No newline at end of file diff --git a/Src/VideoGameQuotes.Web/Views/Shared/Unknown.aspx b/Src/VideoGameQuotes.Web/Views/Shared/Unknown.aspx index 412e780..4ba48c2 100644 --- a/Src/VideoGameQuotes.Web/Views/Shared/Unknown.aspx +++ b/Src/VideoGameQuotes.Web/Views/Shared/Unknown.aspx @@ -4,8 +4,14 @@

WTF⁈

+
+ WE ARE ERROR. +
+

- WTF⁈ How did this even happen⁈ + Error encountered an error and because of that error this Error needs to + prevent other errors so Error will show you this error and while you read + this error Error will try and fix the error that Error received in error.

<% Html.RenderPartial("ExceptionView", Model); %> diff --git a/Src/VideoGameQuotes.Web/media/images/forbidden.png b/Src/VideoGameQuotes.Web/media/images/forbidden.png new file mode 100644 index 0000000..62289cd Binary files /dev/null and b/Src/VideoGameQuotes.Web/media/images/forbidden.png differ diff --git a/Src/VideoGameQuotes.Web/media/images/notfound.png b/Src/VideoGameQuotes.Web/media/images/notfound.png new file mode 100644 index 0000000..f5b61c0 Binary files /dev/null and b/Src/VideoGameQuotes.Web/media/images/notfound.png differ diff --git a/Src/VideoGameQuotes.Web/media/images/unknown.png b/Src/VideoGameQuotes.Web/media/images/unknown.png new file mode 100644 index 0000000..13a8243 Binary files /dev/null and b/Src/VideoGameQuotes.Web/media/images/unknown.png differ