<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/Site.Master" %>
<asp:Content runat="server" ID="Title" ContentPlaceHolderID="TitleContent">Quote Not Found</asp:Content>
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
			<p>
				These are not the quotes you&rsquo;re looking for. Perhaps you found a dead link,
				or somebody was playing a prank on you. Either way, you are one pathetic loser,
				always clicking on links that are broken. I pity you. In fact, stop reading
				these words that I&rsquo;ve written: your repugnant retinas are not worthy of my 
				prolific prose and alluring alliterations. You make me ashamed to share the same
				species.
			</p>

			<p>
				Anyway, try <%= Html.ActionLink("searching", "Search", "Quote") %> for the quote
				you were hoping to find. Maybe that will make you less of a stain on humanity.
			</p>

			<p>
				Go lose some weight, fatty.
			</p>
</asp:Content>
<asp:Content runat="server" ID="DeferrableScripts" ContentPlaceHolderID="DeferrableScripts"></asp:Content>