17 lines
646 B
Plaintext
17 lines
646 B
Plaintext
<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage<Portoa.Web.ErrorHandling.ErrorModel>" MasterPageFile="~/Views/Shared/Site.Master" %>
|
|
<asp:Content runat="server" ID="SubTitle" ContentPlaceHolderID="TitleContent">Unknown Error</asp:Content>
|
|
|
|
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
|
|
<h2>WTF⁈</h2>
|
|
|
|
<div class="error-image">
|
|
<img src="/media/images/unknown.png" alt="BLARGH!!" title="BLARGH!!"/>
|
|
</div>
|
|
|
|
<p class="info">
|
|
WTF⁈ How did this even happen⁈
|
|
</p>
|
|
|
|
<% Html.RenderPartial("ExceptionView", Model); %>
|
|
</asp:Content>
|