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 <%= 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>
 |