tmont
a41335c5ba
* 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
28 lines
1.2 KiB
Plaintext
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’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’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>
|