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

16 lines
694 B
Plaintext

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