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

13 lines
559 B
Plaintext
Raw Normal View History

2011-02-15 00:14:24 +00:00
<%@ 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>
2011-02-15 00:14:24 +00:00
<p>
Since you&rsquo;re here, you were probably mucking around with the query string.
Please stop.
</p>
</asp:Content>