13 lines
559 B
Plaintext
13 lines
559 B
Plaintext
<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/Site.Master" %>
|
|
<asp:Content runat="server" ID="Title" ContentPlaceHolderID="TitleContent">Invalid Paging Request</asp:Content>
|
|
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
|
|
|
|
<div class="error-image">
|
|
<img src="/media/images/notfound.png" alt="YOU ARE ERROR." title="YOU ARE ERROR."/>
|
|
</div>
|
|
|
|
<p>
|
|
Since you’re here, you were probably mucking around with the query string.
|
|
Please stop.
|
|
</p>
|
|
</asp:Content> |