You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
294 B

@{
Page.Title = "The page does not exist";
Layout = "~/themes/" + Blog.Theme + "/_Layout.cshtml";
Response.StatusCode = 404;
}
<article>
<h1>The page doesn't exist</h1>
<p>Sorry about that. </p>
<p>
<a href="~/">Go to the front page</a>
</p>
</article>