forked from BlogEngine/BlogEngine.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjohn1.aspx
More file actions
27 lines (21 loc) · 1.1 KB
/
john1.aspx
File metadata and controls
27 lines (21 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<%@ Page Language="C#" AutoEventWireup="true" Inherits="BlogEngine.NET.john1" Codebehind="john1.aspx.cs"%>
<asp:Content ID="Content1" ContentPlaceHolderID="cphBody" Runat="Server">
<div class="post error404 page-global">
<h2 class="page-global-title">Ooops! I can't find the page you're looking for</h2>
<div id="divDirectHit" runat="server" visible="True">
<p>You might find one of the following links useful:</p>
<ul>
<li><a href="<%=BlogEngine.Core.Utils.RelativeWebRoot %>">Return to Home page</a></li>
<li><a href="archive<%= BlogEngine.Core.BlogConfig.FileExtension %>"><%=Resources.labels.archive %></a></li>
</ul>
<p>You can also try to <a href="<%=BlogEngine.Core.Utils.RelativeWebRoot %>search">search for the page you were looking for</a>.</p>
<br />
<p>You may not have been able to find the page you were after because of:</p>
<ol type="a">
<li>An out-of-date bookmark/favorite</li>
<li>A search engine that has an out-of-date listing for us</li>
<li>A miss-typed address</li>
</ol>
</div>
</div>
</asp:Content>