ORIENT/themes/modern2/pages/new/page-not-found-404.htm

13 lines
330 B
HTML

title = "Page not found (404)"
url = "/new/404"
layout = "new/master-inside"
is_hidden = 0
robot_index = "index"
robot_follow = "follow"
==
<div class="jumbotron">
<div class="container">
<h1>{{'Page not found'|_}}</h1>
<p>{{'We are sorry, but the page you requested cannot be found.'|_}}</p>
</div>
</div>