vgquotes/Src/VideoGameQuotes.Web/Views/Shared/Unknown.aspx

19 lines
866 B
Plaintext
Raw Normal View History

<%@ Page Title="" 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 runat="server" ID="SubTitle" ContentPlaceHolderID="TitleContent">Unknown Error</asp:Content>
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
<h2>WTF&#x2048;</h2>
<div class="error-image">
<img src="/media/images/unknown.png" alt="WE ARE ERROR." title="WE ARE ERROR."/>
</div>
2011-02-11 05:21:31 +00:00
<p class="info">
Error encountered an error and because of that error this Error needs to
prevent other errors so Error will show you this error and while you read
this error Error will try and fix the error that Error received in error.
2011-02-11 05:21:31 +00:00
</p>
<% Html.RenderPartial("ExceptionView", Model); %>
</asp:Content>