17 lines
		
	
	
		
			795 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			795 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Portoa.Web.ErrorHandling.ErrorModel<VideoGameQuotes.Api.User>>" MasterPageFile="~/Views/Shared/Site.Master" %>
 | |
| 
 | |
| <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">Forbidden</asp:Content>
 | |
| 
 | |
| <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
 | |
| 				<div class="error-image">
 | |
| 					<img src="/media/images/forbidden.png" alt="PLEASE GO AWAY." title="PLEASE GO AWAY."/>
 | |
| 				</div>
 | |
| 				
 | |
| 				<p class="info">
 | |
| 					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.
 | |
| 				</p>
 | |
| 
 | |
| 				<% Html.RenderPartial("ExceptionView", Model); %>
 | |
| </asp:Content> |