vgquotes/Src/VideoGameQuotes.Web/Views/Quote/QuoteNotFound.aspx
tmont a41335c5ba * improved default browse page
* fixed bug where you couldn't add more categories if none already existed
* added ability to delete quotes
* added call handler to delete the search index when a quote is deleted
2011-03-04 08:20:20 +00:00

28 lines
1.2 KiB
Plaintext

<%@ 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">
<div class="error-image">
<img src="/media/images/notfound.png" alt="YOU ARE ERROR." title="YOU ARE ERROR."/>
</div>
<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 searching for the quote you were hoping to find using the little search box up
there in the top right corner. 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>