2011-02-24 08:07:50 +00:00
|
|
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Portoa.Web.ErrorHandling.ErrorModel<VideoGameQuotes.Api.User>>" MasterPageFile="~/Views/Shared/Site.Master" %>
|
2011-02-11 05:21:31 +00:00
|
|
|
|
|
|
|
<asp:Content ContentPlaceHolderID="TitleContent" runat="server">404</asp:Content>
|
|
|
|
|
|
|
|
<asp:Content ContentPlaceHolderID="MainContent" runat="server">
|
2011-02-28 01:37:52 +00:00
|
|
|
<div class="error-image">
|
|
|
|
<img src="/media/images/notfound.png" alt="YOU ARE ERROR." title="YOU ARE ERROR."/>
|
|
|
|
</div>
|
2011-02-11 05:21:31 +00:00
|
|
|
|
|
|
|
<p class="info">
|
2011-02-28 01:37:52 +00:00
|
|
|
Error can’t find the page you were looking for. Perhaps you are too
|
|
|
|
ugly to type correctly, hmm? Error thinks so.
|
2011-02-11 05:21:31 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<% Html.RenderPartial("ExceptionView", Model); %>
|
|
|
|
</asp:Content>
|